-
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
Bugfix: add replica information in remote store restore flow #8951
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
While locally running the tests, following tests are failing intermittently. Looking into it:
|
server/src/main/java/org/opensearch/cluster/routing/IndexRoutingTable.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/IndexRoutingTable.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/IndexRoutingTable.java
Show resolved
Hide resolved
server/src/test/java/org/opensearch/cluster/routing/RoutingTableTests.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreIT.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/IndexRoutingTable.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
f8b2e86
to
b619807
Compare
Gradle Check (Jenkins) Run Completed with:
|
b619807
to
e752a8b
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
f9b541b
to
2474ad2
Compare
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8951 +/- ##
============================================
+ Coverage 71.08% 71.10% +0.01%
- Complexity 57428 57513 +85
============================================
Files 4781 4781
Lines 271184 271197 +13
Branches 39591 39594 +3
============================================
+ Hits 192780 192843 +63
- Misses 62122 62138 +16
+ Partials 16282 16216 -66
|
b824549
to
a8c4eff
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
a8c4eff
to
f0c45f1
Compare
Gradle Check (Jenkins) Run Completed with:
|
f0c45f1
to
2533d9e
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
185dff0
to
d1cac6a
Compare
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.
Thanks for this bugfix 🙌
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 569d5c2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#8951) Signed-off-by: Sachin Kale <[email protected]>
…9576) (cherry picked from commit 569d5c2) Signed-off-by: Sachin Kale <[email protected]>
…rch-project#8951) Signed-off-by: Sachin Kale <[email protected]>
…rch-project#8951) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
…rch-project#8951) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
…rch-project#8951) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Related Issues
Resolves #8479
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.