Instance 2, Instance 3 and instance 4 has like below:
/var/lib/elasticsearch/elasticsearch/nodes/0
Can anyone tell me why Instance1 has multiple nodes? What does it means?
if I run the _nodes/stats/fs api, it's just showing only this path /var/lib/elasticsearch/elasticsearch/nodes/0 for instance1. Why its not showing for nodes/1 and nodes/2?
ES version - 2.3.3
NOTE:
Sometimes back, disk for instance1 got full.
Thanks for clarification. I will upgrade the ES version all the instances.
Can you tell me how to clean up nodes/1 and nodes/2 directory as its occupied some disk space?
Is there any impact if I remove nodes/1 and nodes/2 directory manually after stopping the ES service gracefully and then start ES service again on instance1?
Yeah remove those directories.
Just make sure you have all indices with replicas set to 1 so you have a copy of your data in the other machine.
Or be prepared to loose some data.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.