[Remote segments] Add backpressure in write path on segments lag between local and remote store#7459
Merged
gbbafna merged 11 commits intoopensearch-project:mainfrom May 22, 2023
Merged
Conversation
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Member
Author
|
Fixing the build failures. |
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #7459 +/- ##
=========================================
Coverage 70.68% 70.68%
+ Complexity 56024 56018 -6
=========================================
Files 4673 4673
Lines 265744 265818 +74
Branches 39024 39034 +10
=========================================
+ Hits 187832 187899 +67
+ Misses 62020 62005 -15
- Partials 15892 15914 +22
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
gbbafna
reviewed
May 19, 2023
Contributor
gbbafna
left a comment
There was a problem hiding this comment.
Looks good overall . Thanks for making these changes. Few minor comments.
server/src/main/java/org/opensearch/index/shard/RemoteStoreRefreshListener.java
Show resolved
Hide resolved
server/src/test/java/org/opensearch/index/shard/RemoteStoreRefreshListenerTests.java
Show resolved
Hide resolved
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
sachinpkale
approved these changes
May 19, 2023
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreBackpressureIT.java
Show resolved
Hide resolved
gbbafna
approved these changes
May 19, 2023
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Member
Author
Unrelated IT failure - IndexingIT.testIndexingWithSegRep |
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Member
Author
some code came in unintentionally, removing it. |
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
6 tasks
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
bharath-techie
pushed a commit
to bharath-techie/OpenSearch
that referenced
this pull request
May 23, 2023
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
ashking94
added a commit
to ashking94/OpenSearch
that referenced
this pull request
May 24, 2023
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com>
6 tasks
ashking94
added a commit
to ashking94/OpenSearch
that referenced
this pull request
May 24, 2023
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com>
suranjay
pushed a commit
to suranjay/OpenSearch
that referenced
this pull request
May 29, 2023
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com>
stephen-crawford
pushed a commit
to stephen-crawford/OpenSearch
that referenced
this pull request
May 31, 2023
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com>
shiv0408
pushed a commit
to Gaurav614/OpenSearch
that referenced
this pull request
Apr 25, 2024
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Wires the code written in PR #7227 and #7400 to the write path. With this PR, we are doing the following -
Related Issues
Resolves #7424
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.