-
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
Fix assertion failure in updateGlobalCheckpointOnReplica() with remote translog #6975
Fix assertion failure in updateGlobalCheckpointOnReplica() with remote translog #6975
Conversation
… when remote translog is enabled Signed-off-by: Sachin Kale <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #6975 +/- ##
============================================
+ Coverage 70.67% 70.73% +0.05%
- Complexity 59206 59238 +32
============================================
Files 4812 4812
Lines 283748 283749 +1
Branches 40916 40917 +1
============================================
+ Hits 200527 200697 +170
+ Misses 66715 66527 -188
- Partials 16506 16525 +19
... and 521 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
… when remote translog is enabled (#6975) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 95c6ed9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… when remote translog is enabled (#6975) (#6978) (cherry picked from commit 95c6ed9) Signed-off-by: Sachin Kale <[email protected]>
… when remote translog is enabled (opensearch-project#6975) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Valentin Mitrofanov <[email protected]>
Description
OpenSearch/server/src/main/java/org/opensearch/index/shard/IndexShard.java
Lines 3071 to 3088 in 1856090
Issues Resolved
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.