elasticsearch/docs/reference/modules
David Turner 83d6589b2a
Account for remaining recovery in disk allocator (#58029)
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.
2020-07-01 08:04:45 +01:00
..
cluster Account for remaining recovery in disk allocator (#58029) 2020-07-01 08:04:45 +01:00
discovery [DOCS] Relocate discovery module content (#56611) 2020-05-12 17:39:06 -04:00
indices Account for recovery throttling when restoring snapshot (#58658) 2020-06-30 13:08:21 +02:00
cluster.asciidoc [DOCS] Relocate shard allocation module content (#56535) 2020-05-12 08:55:57 -04:00
cross-cluster-search.asciidoc [DOCS] Fix heading capitalization in CCS docs 2020-06-02 11:11:28 -04:00
discovery.asciidoc [DOCS] Relocate discovery module content (#56611) 2020-05-12 17:39:06 -04:00
gateway.asciidoc [DOCS] Relocate local gateway setting content (#56448) 2020-05-11 08:34:55 -04:00
http.asciidoc [DOCS] Fix default for http.compression setting (#56899) 2020-05-20 12:11:49 -04:00
network.asciidoc [DOCS] Remove unneeded word from network settings docs 2020-06-01 11:09:17 -04:00
node.asciidoc Introduce node.roles setting (#54998) 2020-06-24 14:46:31 -04:00
plugins.asciidoc [DOCS] Relocate "Plugins" page (#54974) 2020-04-10 15:29:44 -04:00
remote-clusters.asciidoc [DOCS] Fix typo in remote-clusters doc (#57820) 2020-06-09 11:28:02 +02:00
threadpool.asciidoc [DOCS] Relocate thread pools content (#55814) 2020-05-05 09:48:36 -04:00
transport.asciidoc [DOCS] Relocate transport module content (#55472) 2020-04-21 09:43:41 -04:00