How much time takes for shards rebalancing for adding a new node?

how much time takes for shards rebalancing for adding a new node? Is the cluster ready for use immediately when adding a new node?

Anyone did this test before?

Yes you can use the cluster immediately upon adding a new node ... the shard rebalancing is effectively a background operation, and the existing nodes will service indexing/searching requests until the new node finishes copying each shard.

The time taken to finish rebalancing is in proportion to how large the shards are, the speed of your network, whether the bytes/sec is throttled (default varies with ES version), etc.

Mike McCandless

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.