-
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
Update checkpoint from remote nodes replicas (#13888) #14062
Conversation
Signed-off-by: Gaurav Bafna <[email protected]>
❌ Gradle check result for 7e183f7: 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? |
Failed tests, retrying |
❌ Gradle check result for 7e183f7: 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? |
Failing flaky
|
❕ Gradle check result for 7e183f7: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14062 +/- ##
============================================
+ Coverage 71.42% 71.71% +0.29%
- Complexity 59978 61556 +1578
============================================
Files 4985 5081 +96
Lines 282275 289068 +6793
Branches 40946 41836 +890
============================================
+ Hits 201603 207311 +5708
- Misses 63999 64660 +661
- Partials 16673 17097 +424 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Gaurav Bafna <[email protected]> (cherry picked from commit b06d0b9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <[email protected]>
Signed-off-by: Gaurav Bafna <[email protected]>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <[email protected]>
… (opensearch-project#14062) (opensearch-project#14094) Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: kkewwei <[email protected]>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <[email protected]>
Description
During remote store migration , we need to update remote store backed replica's checkpoint to the primary .
Also marking multiple
Remote Store Migrations
flaky tests asAwaitsFix
to unblock the builds.Related Issues
Resolves #13889
Check List
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.