File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/reference/modules/cluster Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,18 +101,18 @@ Specify when shard rebalancing is allowed:
101
101
=== Shard Balancing Heuristics
102
102
103
103
The following settings are used together to determine where to place each
104
- shard. The cluster is balanced when no allowed action can bring the weights
105
- of each node closer together by more than the `balance.threshold`.
104
+ shard. The cluster is balanced when no allowed rebalancing operation can bring the weight
105
+ of any node closer to the weight of any other node by more than the `balance.threshold`.
106
106
107
107
`cluster.routing.allocation.balance.shard`::
108
108
109
- Defines the weight factor for shards allocated on a node
109
+ Defines the weight factor for the total number of shards allocated on a node
110
110
(float). Defaults to `0.45f`. Raising this raises the tendency to
111
111
equalize the number of shards across all nodes in the cluster.
112
112
113
113
`cluster.routing.allocation.balance.index`::
114
114
115
- Defines a factor to the number of shards per index allocated
115
+ Defines the weight factor for the number of shards per index allocated
116
116
on a specific node (float). Defaults to `0.55f`. Raising this raises the
117
117
tendency to equalize the number of shards per index across all nodes in
118
118
the cluster.
You can’t perform that action at this time.
0 commit comments