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
[Backport 2.x] [segment replication] decouple the rateLimiter of segrep and recovery (opensearch-project#13181)
* [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>
(cherry picked from commit 6bc04b4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add back public API in RecoverySettings to 2.x
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
---------
Signed-off-by: maxliu <ly_chinese@163.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marc Handalian <marc.handalian@gmail.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
17
17
- Add support for more than one protocol for transport ([#12967](https://github.com/opensearch-project/OpenSearch/pull/12967))
18
18
- Add changes for overriding remote store and replication settings during snapshot restore. ([#11868](https://github.com/opensearch-project/OpenSearch/pull/11868))
19
19
- Reject Resize index requests (i.e, split, shrink and clone), While DocRep to SegRep migration is in progress.([#12686](https://github.com/opensearch-project/OpenSearch/pull/12686))
20
+
- Add an individual setting of rate limiter for segment replication ([#12959](https://github.com/opensearch-project/OpenSearch/pull/12959))
20
21
21
22
### Dependencies
22
23
- 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