OpenSearch/modules
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
..
aggs-matrix-stats MappedFieldType should not extend FieldType (#58160) 2020-06-16 16:56:43 +01:00
analysis-common Support multiple tokens on LHS in stemmer_override rules (#56113) (#56484) 2020-05-29 22:34:31 +02:00
geo Add geo_shape mapper supporting doc-values in Spatial Plugin (#55037) (#55500) 2020-04-22 08:12:54 -07:00
ingest-common Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
ingest-geoip Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
ingest-user-agent Add optional description parameter to ingest processors. (#57906) (#58152) 2020-06-15 19:27:57 -07:00
kibana Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
lang-expression Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
lang-mustache Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
lang-painless Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
mapper-extras Move MappedFieldType.similarity() to TextSearchInfo (#58439) 2020-06-24 10:00:32 +01:00
parent-join Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
percolator Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
rank-eval Refactor how to determine if a field is metafield (#57378) (#57771) 2020-06-08 09:16:18 -04:00
reindex Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
repository-url Account for recovery throttling when restoring snapshot (#58658) (#58811) 2020-07-01 12:19:29 +02:00
systemd Encapsulate systemd extender 2020-04-20 21:17:42 -04:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00