You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[segment replication] decouple the rateLimiter of segrep and recovery (opensearch-project#12959)
* [segment replication] decouple the rateLimiter of segrep and recovery (12939)
add setting "segrep.max_bytes_per_sec"
Signed-off-by: maxliu <ly_chinese@163.com>
* [segment replication] decouple the rateLimiter of segrep and recovery (12939)
use setting "indices.replication.max_bytes_per_sec" if enable "indices.replication.use_individual_rate_limiter"
Signed-off-by: maxliu <ly_chinese@163.com>
* [segment replication] decouple the rateLimiter of segrep and recovery (12939)
setting "indices.replication.max_bytes_per_sec" takes effect when not negative
Signed-off-by: maxliu <ly_chinese@163.com>
* [segment replication] decouple the rateLimiter of segrep and recovery (opensearch-project#12939)
add setting "indices.replication.max_bytes_per_sec" which takes effect when not negative
Signed-off-by: maxliu <ly_chinese@163.com>
Adds change log
Signed-off-by: maxliu <ly_chinese@163.com>
---------
Signed-off-by: maxliu <ly_chinese@163.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
20
20
- Add support for more than one protocol for transport ([#12967](https://github.com/opensearch-project/OpenSearch/pull/12967))
21
21
-[Tiered Caching] Add dimension-based stats to ICache implementations. ([#12531](https://github.com/opensearch-project/OpenSearch/pull/12531))
22
22
- Add changes for overriding remote store and replication settings during snapshot restore. ([#11868](https://github.com/opensearch-project/OpenSearch/pull/11868))
23
+
- Add an individual setting of rate limiter for segment replication ([#12959](https://github.com/opensearch-project/OpenSearch/pull/12959))
23
24
24
25
### Dependencies
25
26
- Bump `org.apache.commons:commons-configuration2` from 2.10.0 to 2.10.1 ([#12896](https://github.com/opensearch-project/OpenSearch/pull/12896))
0 commit comments