Redis集群部署一直卡在Waiting for the cluster to join ......(Redis集群总线配置)
Posted 116970u
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis集群部署一直卡在Waiting for the cluster to join ......(Redis集群总线配置)相关的知识,希望对你有一定的参考价值。
redis集群总线端口为redis客户端端口加上10000,比如说你的redis 6379端口为客户端通讯端口,那么16379端口为集群总线端口
我搭建的redis集群中端口号是从 7001 ~ 7006的,其中 7001、7003、7005 为主节点,7002、7004、7006为从节点;那么redis集群中总线端口为17001、17003、17005,如图所示:
注意:firewall放开,如果有安全组,也要放开这两个端口
参考:
https://blog.csdn.net/xianzhixianzhixian/article/details/82392172
https://blog.csdn.net/truong/article/details/52531103
以上是关于Redis集群部署一直卡在Waiting for the cluster to join ......(Redis集群总线配置)的主要内容,如果未能解决你的问题,请参考以下文章
redis集群 Waiting for the cluster to join 一直等待
redis cluster 一直在等待 Waiting for the cluster to join
搭建Redis集群遇到的问题:Waiting for the cluster to join...
Android Studio 调试APP一卡在 waiting for debugger 界面
linux kernel 卡在提示信息Waiting for root device /dev/mmcblk0p1...处