-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 in snapshot V2 restore flow #16332
Bugfix in snapshot V2 restore flow #16332
Conversation
❌ Gradle check result for b89a761: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
b89a761
to
7ea04fb
Compare
…egments Signed-off-by: Sachin Kale <[email protected]>
7ea04fb
to
678c225
Compare
❌ Gradle check result for 678c225: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Sachin Kale <[email protected]>
678c225
to
261428a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16332 +/- ##
============================================
- Coverage 72.10% 71.98% -0.13%
+ Complexity 64862 64793 -69
============================================
Files 5307 5307
Lines 302606 302612 +6
Branches 43717 43719 +2
============================================
- Hits 218208 217827 -381
- Misses 66541 66939 +398
+ Partials 17857 17846 -11 ☔ View full report in Codecov by Sentry. |
server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java
Show resolved
Hide resolved
Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit dd5a87a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit dd5a87a) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
This reverts commit dd5a87a.
This reverts commit dd5a87a. Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: Sachin Kale <[email protected]>
Description
Related Issues
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.