Zookeeper集群搭建报错:Have smaller server identifier, so dropping the connection

目前学习Zookeeper,搭建Zookeeper集群的时候报错:Have smaller server identifier, so dropping the connection

启动三台虚拟机,每一台的Zookeeper都能单独启动,加上配置集群的配置信息,其中两台成功启动,另一台使用命令“sh zkServer.sh start”启动成功,但在“sh zkServer.sh status”里边能够看见这个节点是没有成功的。(注:此时防火墙是关闭了的、进程是启动了的)

查看错误日志,发现在这台虚拟机前往连接其他虚拟机的时候出现了问题:“Have smaller server identifier, so dropping the connection”,各种论坛找了半天,没能成功解决。

最终,重启解决了。

。。。。

走过路过的大佬们,请指点一下咯。

猜你喜欢

转载自blog.csdn.net/txd2016_5_11/article/details/86078068
今日推荐