[Backport 2.x] Support index level allocation filtering for searchable snapshot index#11927
Conversation
Compatibility status:Checks if related components are compatible with change b939844 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/alerting.git] |
|
❕ Gradle check result for 624508f: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #11927 +/- ##
============================================
- Coverage 71.12% 71.10% -0.03%
- Complexity 59384 59416 +32
============================================
Files 4891 4891
Lines 279944 279955 +11
Branches 41055 41065 +10
============================================
- Hits 199113 199053 -60
- Misses 63904 64039 +135
+ Partials 16927 16863 -64 ☔ View full report in Codecov by Sentry. |
624508f to
2d46cbb
Compare
|
❌ Gradle check result for 2d46cbb: 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 2d46cbb: 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? |
#11563) * support index level allocation filtering Signed-off-by: panguixin <panguixin@bytedance.com> * run spotless Signed-off-by: panguixin <panguixin@bytedance.com> * fix IT Signed-off-by: panguixin <panguixin@bytedance.com> * fix not statement and add change log Signed-off-by: panguixin <panguixin@bytedance.com> --------- Signed-off-by: panguixin <panguixin@bytedance.com> (cherry picked from commit 2f81c57) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2d46cbb to
b939844
Compare
|
❕ Gradle check result for b939844: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Backport 2f81c57 from #11563.