Bugfix in snapshot V2 restore flow#16332
Merged
gbbafna merged 2 commits intoopensearch-project:mainfrom Oct 16, 2024
Merged
Conversation
Contributor
|
❌ 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? |
This was referenced Oct 15, 2024
b89a761 to
7ea04fb
Compare
…egments Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
7ea04fb to
678c225
Compare
Contributor
|
❌ 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 <sachinpkale@gmail.com>
678c225 to
261428a
Compare
Contributor
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. |
gbbafna
reviewed
Oct 16, 2024
server/src/main/java/org/opensearch/index/store/RemoteSegmentStoreDirectory.java
Show resolved
Hide resolved
gbbafna
approved these changes
Oct 16, 2024
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 16, 2024
Signed-off-by: Sachin Kale <sachinpkale@gmail.com> (cherry picked from commit dd5a87a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sachinpkale
pushed a commit
that referenced
this pull request
Oct 16, 2024
(cherry picked from commit dd5a87a) Signed-off-by: Sachin Kale <sachinpkale@gmail.com> 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>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 16, 2024
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 17, 2024
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
sachinpkale
added a commit
to sachinpkale/OpenSearch
that referenced
this pull request
Oct 19, 2024
This reverts commit dd5a87a.
sachinpkale
added a commit
to sachinpkale/OpenSearch
that referenced
this pull request
Oct 20, 2024
This reverts commit dd5a87a. Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
3 tasks
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 21, 2024
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
akolarkunnu
pushed a commit
to akolarkunnu/OpenSearch
that referenced
this pull request
Jan 21, 2025
Signed-off-by: Sachin Kale <sachinpkale@gmail.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
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.