Qihoo360 / QConf

Qihoo Distributed Configuration Management System
Other
1.87k stars 534 forks source link

zookeeper停掉一个节点时报错 #112

Closed lwx2615 closed 5 years ago

lwx2615 commented 5 years ago

3个zookeeper节点,当停掉一个时,qconf报错Invalid service status of path:/ ;[ERROR][qconf_watcher.cc 411] - Failed to set watcher and update tbl!; data type:3 并且qconf命令stop不掉进程,start提示已经在运行。恢复zookeeper节点,错误不能恢复。如果有读写操作:ZOO_ERROR@handle_socket_error_msg@1712: Socket [192.168.0.19:2181] zk retcode=-4, errno=32(Broken pipe): failed while flushing send queue

lwx2615 commented 5 years ago

已经找到原因了,zookeeper的c bind库没有安装,安装完之后,重启集群,解决问题