Hello,
Having some issues with my 2 node cluster. It has been working fine for the past few weeks, and this morning the status is yellow with only one instance showing and 152 unallocated shards (non-production, testing phase). I can ping both nodes from each-other, and can access the web interface for both.
systemctl status elasticsearch and logstash both show running.
Elasticsearch log shows [2018-08-17 08:48:10,098][WARN ][transport.netty ] [b7cd0c2e-a544-4e75-afda-c514eac19824] exception caught on transport layer [[id: 0x579039c8]], closing connection
java.net.NoRouteToHostException: No route to host
I have stopped iptables to troubleshoot, but no luck.
Thanks!
Yellow cluster status
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Yellow cluster status
lets restart elasticsearch on both nodes
Code: Select all
service elasticsearch restartRe: Yellow cluster status
I rebooted a third time and that did the trick, sorry for taking your time for this one.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Yellow cluster status
Glad to hear it is back to normaljmsmith wrote:I rebooted a third time and that did the trick, sorry for taking your time for this one.