Update checkpoint from remote nodes replicas (#13888)#14062
Update checkpoint from remote nodes replicas (#13888)#14062sachinpkale merged 1 commit intoopensearch-project:mainfrom
Conversation
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
|
❌ 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. |
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
… (opensearch-project#14062) (opensearch-project#14094) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
Description
During remote store migration , we need to update remote store backed replica's checkpoint to the primary .
Also marking multiple
Remote Store Migrationsflaky tests asAwaitsFixto 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.