ZooKeeper MX enabled by defaultUsing config optzookeeperconfzoocfgClient port not found in static config file Looking in dynamic config fileClient port found 2181 client address 172168169196Mode follo
这是ZooKeeper的启动日志,其中包含以下信息:
- ZooKeeper MX已默认启用;
- 使用的配置文件是/opt/zookeeper/conf/zoo.cfg;
- 在静态配置文件中未找到客户端端口,正在查找动态配置文件;
- 找到了客户端端口号2181,客户端地址是172.168.169.196;
- 当前ZooKeeper实例的角色是follower(跟随者)。
原文地址: https://www.cveoy.top/t/topic/g1b6 著作权归作者所有。请勿转载和采集!