OpenSearch/docs/reference/cluster
David Turner 3a234d2669
Account for remaining recovery in disk allocator (#58800)
Today the disk-based shard allocator accounts for incoming shards by
subtracting the estimated size of the incoming shard from the free space on the
node. This is an overly conservative estimate if the incoming shard has almost
finished its recovery since in that case it is already consuming most of the
disk space it needs.

This change adds to the shard stats a measure of how much larger each store is
expected to grow, computed from the ongoing recovery, and uses this to account
for the disk usage of incoming shards more accurately.

Backport of #58029 to 7.x

* Picky picky

* Missing type
2020-07-01 10:12:44 +01:00
..
allocation-explain.asciidoc Improve same-shard allocation explanations (#56010) 2020-05-01 10:07:14 +01:00
get-settings.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
health.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
nodes-hot-threads.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
nodes-info.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
nodes-reload-secure-settings.asciidoc Docs fix node_id spec for secure settings reload API (#55712) 2020-05-05 11:21:02 +03:00
nodes-stats.asciidoc Account for remaining recovery in disk allocator (#58800) 2020-07-01 10:12:44 +01:00
nodes-usage.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
pending.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
remote-info.asciidoc Align remote info api with new settings (#54102) 2020-03-24 10:27:24 -06:00
reroute.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
state.asciidoc Add admonition to cluster state instability note (#57985) 2020-06-11 15:32:18 +01:00
stats.asciidoc Account for remaining recovery in disk allocator (#58800) 2020-07-01 10:12:44 +01:00
tasks.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
update-settings.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
voting-exclusions.asciidoc Adjust docs for voting config exclusions API (#55006) 2020-04-20 19:47:33 +01:00