File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ See also <<release-highlights>> and <<es-release-notes>>.
2626==== The `cluster.routing.allocation.disk.include_relocations` setting is deprecated.
2727
2828The `cluster.routing.allocation.disk.include_relocations` cluster setting is now
29- deprecated. In future versions, {es} will account for the sizes of relocating
30- shards when making allocation decisions based on the disk usage of nodes in the
31- cluster.
29+ deprecated. You can currently set
30+ `cluster.routing.allocation.disk.include_relocations` to `false` to disable this
31+ accounting. This can result in poor allocation decisions that might overshoot
32+ watermarks and require significant work to correct.
3233
33- Currently, you can set `cluster.routing.allocation.disk.include_relocations` to
34- `false` to disable this accounting. This can result in poor allocation decisions
35- that might overshoot watermarks and require significant work to correct.
34+ In 8.0, {es} will account for the sizes of relocating shards when making
35+ allocation decisions based on the disk usage of nodes in the cluster.
3636
3737To avoid deprecation warnings, discontinue use of the setting.
3838
You can’t perform that action at this time.
0 commit comments