-
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
[Remote Migration] Update checkpoint from remote nodes replicas #13888
Conversation
❌ Gradle check result for 48325e3: 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? |
❌ Gradle check result for 48325e3: 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? |
…ect#13888)" This reverts commit c89a17c. Signed-off-by: Chenyang Ji <cyji@amazon.com>
@gbbafna @sachinpkale @shourya035 it looks like an NPE was introduced in this PR, see: #14055 Reverting this to unblock builds for now: #14056 Seems like it was also present in the failed gradle checks above as well, for example: https://build.ci.opensearch.org/job/gradle-check/39458/ |
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
…ect#13888)" (opensearch-project#14056) This reverts commit c89a17c. Signed-off-by: Chenyang Ji <cyji@amazon.com>
… (opensearch-project#14062) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
… (opensearch-project#14047) (cherry picked from commit c89a17c) Signed-off-by: Gaurav Bafna <gbbafna@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> Signed-off-by: kkewwei <kkewwei@163.com>
…ect#13888)" (opensearch-project#14056) (opensearch-project#14059) This reverts commit c89a17c. (cherry picked from commit c987d6b) Signed-off-by: Chenyang Ji <cyji@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> Signed-off-by: kkewwei <kkewwei@163.com>
… (opensearch-project#14062) (opensearch-project#14094) Signed-off-by: Gaurav Bafna <gbbafna@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
…ect#13888)" (opensearch-project#14056) This reverts commit c89a17c. Signed-off-by: Chenyang Ji <cyji@amazon.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 .
Related Issues
Resolves #13889
Check List
API changes companion pull request created.Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy 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.