-
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
[Segment Replication] Introduce cluster level setting cluster.indexrestrict.replication.type
to prevent replication type setting override during index creations (#11583)
#11707
Conversation
…restrict.replication.type` to prevent replication type setting override during index creations (opensearch-project#11583) * Add new cluster level setting that prevents index level replication type setting overrides Signed-off-by: Suraj Singh <[email protected]> * Block restore on mis-matching replication type setting Signed-off-by: Suraj Singh <[email protected]> * Address review comments and rebase Signed-off-by: Suraj Singh <[email protected]> * Address review comments Signed-off-by: Suraj Singh <[email protected]> * Use appropriate variable names Signed-off-by: Suraj Singh <[email protected]> * Fix failing integ test Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> (cherry picked from commit 6a6ab32)
…URABILITY_SETTING setting introduce from conflict resolution Signed-off-by: Suraj Singh <[email protected]>
Compatibility status:Checks if related components are compatible with change d59c798 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/performance-analyzer.git] |
❌ Gradle check result for 40e48c0: 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 d59c798: 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? |
Flaky test #10006 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #11707 +/- ##
============================================
- Coverage 71.15% 71.14% -0.02%
+ Complexity 59365 59358 -7
============================================
Files 4883 4883
Lines 279314 279328 +14
Branches 40934 40935 +1
============================================
- Hits 198749 198723 -26
- Misses 63740 63815 +75
+ Partials 16825 16790 -35 ☔ View full report in Codecov by Sentry. |
Manual backport of #11583 to
2.x
branch.