-
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
[Snapshot V2] Use metadata from source snapshot while cloning snapshot V2 #16344
Conversation
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
❌ Gradle check result for e77aefe: 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 e77aefe: 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? |
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
❌ Gradle check result for f36691d: 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? |
…be null Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16344 +/- ##
============================================
- Coverage 72.10% 72.09% -0.02%
+ Complexity 64862 64857 -5
============================================
Files 5307 5307
Lines 302606 302621 +15
Branches 43717 43719 +2
============================================
- Hits 218208 218188 -20
- Misses 66541 66546 +5
- Partials 17857 17887 +30 ☔ View full report in Codecov by Sentry. |
…t V2 (opensearch-project#16344) --------- Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
❌ Gradle check result for e77aefe: 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? |
…t V2 (opensearch-project#16344) --------- Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
…t V2 (opensearch-project#16344) --------- Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
Description
While cloning v2 snapshot, we need to use metadata from source snapshot. Earlier we were using cluster state metadata which would not have metadata for deleted indices.
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.