GitHub user drivebyer added a comment to the discussion: 部署 3 节点 controller ,broker 状态 alive 显示为 false
在两个 broker 中用 nc 命令测试到 controller 的端口都是通的: ``` bash-4.4# nc -zv 192.168.84.246 9878 192.168.84.246 (192.168.84.246:9878) open bash-4.4# nc -zv 192.168.137.114 9878 192.168.137.114 (192.168.137.114:9878) open bash-4.4# nc -zv 192.168.180.10 9878 192.168.180.10 (192.168.180.10:9878) open ``` ``` bash-4.4# env | grep -i controller CONTROLLER_SVC_PORT_9878_TCP=tcp://10.105.182.106:9878 enableControllerMode=true CONTROLLER_SVC_SERVICE_PORT=9878 CONTROLLER_SVC_PORT_9878_TCP_ADDR=10.105.182.106 CONTROLLER_SVC_PORT=tcp://10.105.182.106:9878 CONTROLLER_SVC_PORT_9878_TCP_PORT=9878 CONTROLLER_SVC_SERVICE_HOST=10.105.182.106 controllerAddr=controller-svc:9878 CONTROLLER_SVC_PORT_9878_TCP_PROTO=tcp CONTROLLER_SVC_SERVICE_PORT_CONTROLLER=9878 ``` GitHub link: https://github.com/apache/rocketmq/discussions/7877#discussioncomment-8741215 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org