集群模式下Zookeeper报错“Error contacting service. It is probably not running”的解决办法
执行: zkServer.sh status 报如下错误:ZooKeeper JMX enabled by defaultUsing config: /opt/module/zookeeper-3.4.10/bin/../conf/zoo.cfgError contacting service. It is probably not running.这是由于你的zookeeper数据目录下有历史生成的文件等数据,需删除。解决办法:删除你配置文件内dataDir目录下除myid以外的所有文件(每



