-
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
[Backport 2.x][Remote Store] Add support to remote restore IndexMetadata (#9086) #9862
[Backport 2.x][Remote Store] Add support to remote restore IndexMetadata (#9086) #9862
Conversation
…h-project#9086) * Add support to restore remote cluster state in RemoteStoreRestoreService Signed-off-by: Varun Bansal <bansvaru@amazon.com> (cherry picked from commit 81d2ae1)
Compatibility status:Checks if related components are compatible with change 19de454 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9862 +/- ##
============================================
- Coverage 70.82% 70.81% -0.02%
- Complexity 58150 58182 +32
============================================
Files 4816 4816
Lines 274923 275051 +128
Branches 40412 40428 +16
============================================
+ Hits 194727 194772 +45
- Misses 63500 63625 +125
+ Partials 16696 16654 -42
|
Signed-off-by: Varun Bansal bansvaru@amazon.com
(cherry picked from commit 81d2ae1)
Description
Backports #9086 to 2.x
Related Issues
NA
Check List
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.