Page 1 of 1

Post 2015R2.2 Upgrade Errors

Posted: Tue Sep 29, 2015 3:15 pm
by blariv
Hi,

Just upgraded my 2 node cluster to 2015R2.2. Now getting flooded w/ warnings about the second node not being part of the cluster.

Everything looks OK as far as shards and indices. The cluster status is also green. I noticed the logstash and elasticsearch logs are 200MB and 1GB.

Re: Post 2015R2.2 Upgrade Errors

Posted: Tue Sep 29, 2015 3:48 pm
by jolson
It's possible that your nodes were de-synchronized somehow. I'd like you to check on the following for me and report back:

Run the following on both nodes:

Code: Select all

cat /usr/local/nagioslogserver/var/cluster_hosts
curl -XGET 'http://localhost:9200/_cluster/health'
curl -XGET 'http://localhost:9200/_nodes'

Re: Post 2015R2.2 Upgrade Errors

Posted: Tue Sep 29, 2015 4:07 pm
by blariv
here you go

Re: Post 2015R2.2 Upgrade Errors

Posted: Wed Sep 30, 2015 9:15 am
by lgroschen
I've looked through the logs you posted and don't see anything that jumps out. I'll defer to jolson on this he might have an idea.