哨兵模式在服务器模式下切换主服务失败

1 篇文章 0 订阅
1 篇文章 0 订阅

坑1.哨兵在服务器模式下切换主服务失败:

检查log日志:发现每一次启动哨兵,整个哨兵集群检测到,并且在几秒后 +slowdown,后面跟了两个ip,仔细检查IP地址,为内网地址,而整个服务器使用的是外网ip+端口(云服务指定ip可见) 。基本锁定问题原因:sentinel 默认使用内网ip充当访问ip

解决方案:

修改配置文件,编辑sentinel.conf 加入

sentinel announce-ip "47.114.123.1"
sentinel announce-port 26379

第一个启用对外ip地址使用外网ip地址

第二个启用对外端口启用26379

注:sentinel日志常用

  • +reset-master <instance details> :主服务器已被重置。
  • +slave <instance details> :一个新的从服务器已经被 Sentinel 识别并关联。
  • +failover-state-reconf-slaves <instance details> :故障转移状态切换到了 reconf-slaves 状态。
  • +failover-detected <instance details> :另一个 Sentinel 开始了一次故障转移操作,或者一个从服务器转换成了主服务器。
  • +slave-reconf-sent <instance details> :领头(leader)的 Sentinel 向实例发送了 SLAVEOF 命令,为实例设置新的主服务器。
  • +slave-reconf-inprog <instance details> :实例正在将自己设置为指定主服务器的从服务器,但相应的同步过程仍未完成。
  • +slave-reconf-done <instance details> :从服务器已经成功完成对新主服务器的同步。
  • -dup-sentinel <instance details> :对给定主服务器进行监视的一个或多个 Sentinel 已经因为重复出现而被移除 —— 当 Sentinel 实例重启的时候,就会出现这种情况。
  • +sentinel <instance details> :一个监视给定主服务器的新 Sentinel 已经被识别并添加。
  • +sdown <instance details> :给定的实例现在处于主观下线状态。
  • -sdown <instance details> :给定的实例已经不再处于主观下线状态。
  • +odown <instance details> :给定的实例现在处于客观下线状态。
  • -odown <instance details> :给定的实例已经不再处于客观下线状态。
  • +new-epoch <instance details> :当前的纪元(epoch)已经被更新。
  • +try-failover <instance details> :一个新的故障迁移操作正在执行中,等待被大多数 Sentinel 选中(waiting to be elected by the majority)。
  • +elected-leader <instance details> :赢得指定纪元的选举,可以进行故障迁移操作了。
  • +failover-state-select-slave <instance details> :故障转移操作现在处于 select-slave 状态 —— Sentinel 正在寻找可以升级为主服务器的从服务器。
  • no-good-slave <instance details> :Sentinel 操作未能找到适合进行升级的从服务器。Sentinel 会在一段时间之后再次尝试寻找合适的从服务器来进行升级,又或者直接放弃执行故障转移操作。
  • selected-slave <instance details> :Sentinel 顺利找到适合进行升级的从服务器。
  • failover-state-send-slaveof-noone <instance details> :Sentinel 正在将指定的从服务器升级为主服务器,等待升级功能完成。
  • failover-end-for-timeout <instance details> :故障转移因为超时而中止,不过最终所有从服务器都会开始复制新的主服务器(slaves will eventually be configured to replicate with the new master anyway)。
  • failover-end <instance details> :故障转移操作顺利完成。所有从服务器都开始复制新的主服务器了。
  • +switch-master <master name> <oldip> <oldport> <newip> <newport> :配置变更,主服务器的 IP 和地址已经改变。 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值