OpenSearch/docs/reference/snapshot-restore/apis
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
..
clean-up-repo-api.asciidoc [7.x][DOCS] Replace docdir attribute with es-repo-dir (#57489) (#57494) 2020-06-01 16:42:53 -07:00
create-snapshot-api.asciidoc [DOCS] [7.x] Adding create index snapshot API docs (#58519) (#58692) 2020-06-29 16:13:53 -04:00
delete-repo-api.asciidoc [DOCS] Add delete snapshot repo API docs (#57043) 2020-05-21 14:47:07 -04:00
get-repo-api.asciidoc [DOCS] Add get snapshot repo API docs (#57150) (#57218) 2020-05-27 11:12:55 -04:00
put-repo-api.asciidoc Account for recovery throttling when restoring snapshot (#58658) (#58811) 2020-07-01 12:19:29 +02:00
snapshot-restore-apis.asciidoc [DOCS] [7.x] Adding create index snapshot API docs (#58519) (#58692) 2020-06-29 16:13:53 -04:00
verify-repo-api.asciidoc [DOCS] Add verify snapshot repository API docs (#57253) (#57288) 2020-05-28 09:48:04 -04:00