5-19 - 嵌入式 ZooKeeper 运行异常

可能原因

  1. ZooKeeper 服务运行异常或宕机。
  2. Zookeeper 客户端版本与服务端启动版本不兼容,无法连接。
  3. 应用服务器与 ZooKeeper 服务之间的连接中断。
  4. 防火墙或第三方防护工具限制。

故障排除和解决步骤

  1. 检查 ZooKeeper 服务及其所在服务器的健康状态。
  2. 检查 Zookeeper 客户端版本与服务端启动版本是否存在兼容性问题,保持版本一致。
  3. 检查应用服务器与 ZooKeeper 服务的端口是否畅通。
  4. 检查防火墙或第三方防护工具设置,查看是否被禁用。