-
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
Add cluster setting cluster.restrict.index.replication_type t… (#10866) #10876
Add cluster setting cluster.restrict.index.replication_type t… (#10866) #10876
Conversation
…earch-project#10866) * Add cluster setting CLUSTER_RESTRICT_INDEX_REPLICATION_TYPE_SETTING to restrict setting of index setting replication type Signed-off-by: Poojita Raj <[email protected]> * Add Changelog entry Signed-off-by: Poojita Raj <[email protected]> * refactoring Signed-off-by: Poojita Raj <[email protected]> --------- Signed-off-by: Poojita Raj <[email protected]>
Compatibility status:Checks if related components are compatible with change f25243f Incompatible componentsIncompatible components: [https://github.com/opensearch-project/security-analytics.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #10876 +/- ##
============================================
+ Coverage 70.93% 70.97% +0.04%
- Complexity 58736 58816 +80
============================================
Files 4844 4844
Lines 277352 277472 +120
Branches 40683 40705 +22
============================================
+ Hits 196736 196933 +197
+ Misses 63886 63834 -52
+ Partials 16730 16705 -25
|
opensearch-project#10866) (opensearch-project#10876)" This reverts commit 83b0371. Signed-off-by: Poojita Raj <[email protected]>
#10866) (#10876)" (#11073) This reverts commit 83b0371. Signed-off-by: Poojita Raj <[email protected]>
Add cluster setting CLUSTER_RESTRICT_INDEX_REPLICATION_TYPE_SETTING to restrict setting of index setting replication type
Add Changelog entry
refactoring
Description
Backport #10866 to 2.x