Node '208@0.0.0.208' not responding to pings.

环境

  • EMQX 版本:4.1.0
  • 操作系统版本:CentOS Linux release 7.6.1810 (Core)

重现此问题的步骤

  1. 设置emqx.conf中node.name=emqx@10.14.17.209
  2. cluster.discovery = static
    cluster.autoheal = on
    cluster.autoclean = 5m
    cluster.static.seeds = emqx@10.14.17.208,emqx@10.14.17.209

实际行为

但是docker run的时候报错
Node ‘209@0.0.0.209’ not responding to pings.

209@0.0.0.209,这个节点名字跟你配置的不一样,包含错误的 IP 地址。可以检查一下是不是设置了 EMQX_ 开头的环境变量,里面设置了错的节点名字。

没有设置环境变量,我没有在emqx.conf中加过这个209@0.0.0.209地址,我在docker run的时候用的network host