我们有一个带有两个节点的集群(运行ES版本1.5.2),它们都在同一个子网内,最近添加了第三个节点。当我们添加第三个节点时,主节点每30秒开始记录此消息:
[2016-03-10 16:34:25,584][DEBUG][action.admin.cluster.health] [<master-node>] observer: timeout notification from cluster service. timeout setting [30s], time since start [30s]
群集运行状况为绿色,并且所有节点都已连接。除了调试消息外,一切似乎都很好。
除节点名称外,每个节点的配置设置都相同:
cluster.name: "tmes"
node.name: "tmes1.<subnet>"
node.master: true
node.data: true
discovery.zen.minimum_master_nodes: 1
discovery.zen.ping.timeout: 3s
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["tmes1:9300", "tmes2:9300", "tmes3:9300"]
有没有人遇到过这个?或者看看我们做错了什么?
我已经看到其他人在谈论此消息,但大多数人似乎都没有连接群集,或者消息只是间歇性地发生。
谢谢! 伊莎贝尔