ZooKeeper JMX enabled by defaultUsing config optzookeeperconfzoocfgclient port not found in static config file Looking in dynamic config fileclient port found 2181 Client address 172168169196Error con
这段话是ZooKeeper启动时的输出信息,意思是:
- 默认启用了JMX监控
- 使用配置文件/opt/zookeeper/conf/zoo.cfg
- 在静态配置文件中未找到客户端端口,正在查找动态配置文件
- 找到客户端端口:2181,客户端地址为172.168.169.196
- 出现错误,无法联系到服务,可能是服务未运行。
原文地址: http://www.cveoy.top/t/topic/g0VR 著作权归作者所有。请勿转载和采集!