Master node issue

Hello All, I am working on an Elasticsearch installation on Azure with 3 Master nodes and 3 Data nodes. For some reason, the Master-1 node doesn't want seem to join the group. I'm not sure if it's always been this way or not. I did not install this but the Elasticsearch cluster keeps failing with all shards failed or some error msg like that. I'm not sure if this is the cause of the real issue or not but I see this in the log when Master-1 starts up:

[2019-05-14T21:36:50,210][INFO ][o.e.n.Node ] [ESPPmaster-1] starting ...
[2019-05-14T21:36:50,616][INFO ][o.e.t.TransportService ] [ESPPmaster-1] publish_address {Master-1IP:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}, {Master-1IP:9300}
[2019-05-14T21:36:51,493][INFO ][o.e.b.BootstrapChecks ] [ESPPmaster-1] bound or publishing to a non-loopback address, enforcing bootstrap checks
[2019-05-14T21:37:21,790][WARN ][o.e.n.Node ] [ESPPmaster-1] timed out while waiting for initial discovery state - timeout: 30s
[2019-05-14T21:37:21,832][INFO ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [ESPPmaster-1] publish_address {Master-1IP:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}, {Master-1IP:9200}
[2019-05-14T21:37:21,833][INFO ][o.e.n.Node ] [ESPPmaster-1] started

Thanks.

Jack

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.