redis集群 Waiting for the cluster to join 一直等待

Posted 圣痕道心

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis集群 Waiting for the cluster to join 一直等待相关的知识,希望对你有一定的参考价值。

问题:

redis集群创建执行

./redis-trib.rb create --replicas 1 XXXX:PORT1 XXXX:PORT2 ....

的时候一直等待 Waiting for the cluster to join 很久都没有反应

 
原因:

redis集群不仅需要开通redis客户端连接的端口,而且需要开通集群总线端口

集群总线端口为redis客户端连接的端口 + 10000

如redis端口为6379

则集群总线端口为16379

故,所有服务器的点需要开通redis的客户端连接端口和集群总线端口

注意:iptables 放开,如果有安全组,也要放开这两个端口

 

  • 防火墙开放端口命令
firewall-cmd --add-port=16379/tcp --permanent

 

参考文献:https://blog.csdn.net/truong/article/details/52531103

以上是关于redis集群 Waiting for the cluster to join 一直等待的主要内容,如果未能解决你的问题,请参考以下文章

Redis集群部署一直卡在Waiting for the cluster to join ......(Redis集群总线配置)

redis cluster 一直在等待 Waiting for the cluster to join

搭建redis-cluster集群是出现Waiting for the cluster to join...,一直是等待解决办法

java操作redis集群问题CLUSTERDOWN The cluster is down. Use CLUSTER INFO for more information

Error while waiting for device: The emulator process for AVD Pixel_API_30 has terminated.

waiting for it to exit..