elasticsearch/docs/reference/modules
Yannick Welsch 118521d022
Account for recovery throttling when restoring snapshot (#58658)
Restoring from a snapshot (which is a particular form of recovery) does not currently take recovery throttling into account
(i.e. the `indices.recovery.max_bytes_per_sec` setting). While restores are subject to their own throttling (repository
setting `max_restore_bytes_per_sec`), this repository setting does not allow for values to be configured differently on a
per-node basis. As restores are very similar in nature to peer recoveries (streaming bytes to the node), it makes sense to
configure throttling in a single place.

The `max_restore_bytes_per_sec` setting is also changed to default to unlimited now, whereas previously it was set to
`40mb`, which is the current default of `indices.recovery.max_bytes_per_sec`). This means that no behavioral change
will be observed by clusters where the recovery and restore settings were not adapted.

Relates https://github.com/elastic/elasticsearch/issues/57023

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2020-06-30 13:08:21 +02:00
..
cluster [DOCS] Explain flood stage watermark. (#57184) 2020-05-28 10:57:40 -04: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