-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Remote segments] Add backpressure in write path on segments lag between local and remote store #7459
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Fixing the build failures. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
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
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreBackpressureIT.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Unrelated IT failure - IndexingIT.testIndexingWithSegRep |
Gradle Check (Jenkins) Run Completed with:
|
some code came in unintentionally, removing it. |
Signed-off-by: Ashish Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: Bharathwaj G <[email protected]>
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]>
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]>
…een local and remote store (#7459) (#7720) Signed-off-by: Ashish Singh <[email protected]>
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]>
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]>
…een local and remote store (opensearch-project#7459) Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
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.