You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we wan to add some nodes to cluster, We use index.routing.allocation.total_shards_per_node to controll shards allocation. After reaching equilibrium, the primary shards are almost distributed on the new nodes, this is not a good phenomenon. there will be more pressure on the new nodes when indexing and recovery.
If we should add a new AllocationDecider to make distribution of the primary shards more evenly.
The text was updated successfully, but these errors were encountered:
a03nikki
changed the title
Cluster sharhs rebalance should take into account that primary shards are evenly distributed among the dataNodes
Cluster shards rebalance should take into account that primary shards are evenly distributed among the dataNodes
Nov 28, 2023
Describe the feature
When we wan to add some nodes to cluster, We use
index.routing.allocation.total_shards_per_node
to controll shards allocation. After reaching equilibrium, the primary shards are almost distributed on the new nodes, this is not a good phenomenon. there will be more pressure on the new nodes when indexing and recovery.If we should add a new AllocationDecider to make distribution of the primary shards more evenly.
The text was updated successfully, but these errors were encountered: