Redis-sentinels启动时报错 All sentinels down, cannot determine where is redis-sentinel master is running.
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel
免费下载资源
·
报错信息:
Caused by: redis.clients.jedis.exceptions.JedisConnectionException: All sentinels down, cannot determine where is redis-sentinel master is running…
1、可用telnet ip+端口 看是否连接成功查看:
D:\>telnet 38.97.171.94 26376
正在连接38.97.171.94...无法打开到主机的连接。 在端口 26376: 连接失败
提示无法连接,我用的是阿里云的,进入阿里云终端查看 26376 端口是否开放,如果没开放在终端把 26376 端口开放
然后使用 CMD 控制台使用 telnet 38.97.171.94 26376 查看是否能够连接
2、如果是你自己搭建的集群环境,便于测试,建议将保护模式关闭在 sentinel.conf 文件中 ,protected-mode no 配置设置为 no,然后重启。
GitHub 加速计划 / sentine / Sentinel
22.24 K
7.98 K
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:3 个月前 )
195150bc
* fix issue 2485 which occur oom when using async servlet request.
* optimize imports
* 1. fix the same issue in the webmvc-v6x
2. improve based on review comments 2 个月前
b78b09d3
2 个月前
更多推荐
已为社区贡献3条内容
所有评论(0)