I am having the 8 nodes existing es cluster. I need to double the size of the cluster. I added 8 more new nodes to the existing cluster. But the data syncing is not completed yet. I added 8 nodes in 24 hours back. Is there any method to fast syncing the data between the nodes.
Hi,
You could tweak the indices.recovery.max_bytes_per_sec setting to speed up the data transfer.
https://www.elastic.co/guide/en/elasticsearch/reference/6.1/recovery.html
Steve
Hello crickes,
That is working fine. Thank you!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.