I had below scenario in my Elasticsearch setup.
The cluster previously consists of 2 nodes and one index having docs around 125M.
I had added one more node to the cluster but the data is not getting distributed uniformly across three nodes.
So I just want to know is rebalance will happen automatically or we need to trigger manually and how to check the progress of this rebalance activity.
@Christian_Dahlqvist Thanks for response. Please find the below response to your questions.
How many primary and replica shards do you have in the cluster?
Ans:- It is the default setting while creating Index (Primary shard 1 and replica 1).
Are all nodes running exactly the same version?.
Ans: Yes (8.9.x).
Elasticsearch balances data at the shard level. If you only have one index with one primary and one replica shard, those 2 shards can only be spread across 2 nodes.
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.