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.
Post 2015R2.2 Upgrade Errors
Re: Post 2015R2.2 Upgrade Errors
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:
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
here you go
You do not have the required permissions to view the files attached to this post.
Re: Post 2015R2.2 Upgrade Errors
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.
/Luke