-
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
Fix system_repository setting is restored after cluster metadata recovery from local disk #10556
Fix system_repository setting is restored after cluster metadata recovery from local disk #10556
Conversation
Compatibility status:Checks if related components are compatible with change b3860c3 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/neural-search.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/job-scheduler.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10556 +/- ##
============================================
- Coverage 71.18% 71.17% -0.01%
- Complexity 58407 58411 +4
============================================
Files 4844 4845 +1
Lines 275306 275312 +6
Branches 40086 40086
============================================
- Hits 195969 195955 -14
- Misses 62948 62992 +44
+ Partials 16389 16365 -24
|
...internalClusterTest/java/org/opensearch/remotestore/RemoteStoreRepositoryRegistrationIT.java
Outdated
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Unrelated failures . |
server/src/main/java/org/opensearch/cluster/metadata/RepositoriesMetadata.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
13a08e7
to
112f624
Compare
Gradle Check (Jenkins) Run Completed with:
|
112f624
to
3e39eb0
Compare
Gradle Check (Jenkins) Run Completed with:
|
…very from local disk Signed-off-by: bansvaru <bansvaru@amazon.com>
Signed-off-by: bansvaru <bansvaru@amazon.com>
Signed-off-by: bansvaru <bansvaru@amazon.com>
3e39eb0
to
b3860c3
Compare
Gradle Check (Jenkins) Run Completed with:
|
…very from local disk (opensearch-project#10556) Signed-off-by: bansvaru <bansvaru@amazon.com> Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
…very from local disk (opensearch-project#10556) Signed-off-by: bansvaru <bansvaru@amazon.com>
…very from local disk (opensearch-project#10556) Signed-off-by: bansvaru <bansvaru@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Related Issues
Resolves #10555
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.