OpenSearch/docs/reference/release-notes
Yannick Welsch 15c85b29fd
Account for recovery throttling when restoring snapshot (#58658) (#58811)
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-07-01 12:19:29 +02:00
..
7.0.0-alpha1.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.0.0-alpha2.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.0.0-beta1.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.0.0-rc1.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.0.0-rc2.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.0.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.1.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.2.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.3.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.4.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.5.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.6.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.7.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.8.asciidoc [DOCS] Updates pull and issue release attributes (#58348) 2020-06-18 12:55:02 -07:00
7.9.asciidoc Account for recovery throttling when restoring snapshot (#58658) (#58811) 2020-07-01 12:19:29 +02:00
highlights.asciidoc Scripting: Deprecate general cache settings (#55753) (#58283) 2020-06-18 11:54:23 -06:00