-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix red index on close for remote enabled clusters #17521
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
Conversation
Signed-off-by: Ashish Singh <ssashish@amazon.com>
|
❌ Gradle check result for e2f81ce: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17521 +/- ##
============================================
- Coverage 72.59% 72.37% -0.22%
+ Complexity 65798 65650 -148
============================================
Files 5311 5311
Lines 304888 304890 +2
Branches 44212 44213 +1
============================================
- Hits 221323 220674 -649
- Misses 65501 66168 +667
+ Partials 18064 18048 -16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Ashish Singh <ssashish@amazon.com> (cherry picked from commit 342c645) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 342c645) Signed-off-by: Ashish Singh <ssashish@amazon.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>
…t#17521) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
Description
The check of comparing the max seq no and global checkpoint during bootstrap of ReadOnlyEngine for remote store enabled index is not required since the global checkpoint does not play a role with remote store. With a similar PR (#15990), changes were made to track the global checkpoint that has been updated as part of the successful translog upload to remote store. There are still cases where the global checkpoint appears to be changing locally but not getting updated on remote store.
Check List
[ ] Functionality includes testing.[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.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.