-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 - Refactor writable warm feature flag to include tiering #13799
Conversation
server/src/main/java/org/opensearch/common/settings/FeatureFlagSettings.java
Show resolved
Hide resolved
❌ Gradle check result for 098d92c: 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? |
|
Signed-off-by: Neetika Singhal <neetiks@amazon.com>
098d92c
to
22af0b2
Compare
❌ Gradle check result for 22af0b2: 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 22af0b2: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13799 +/- ##
============================================
+ Coverage 71.28% 71.40% +0.11%
- Complexity 60145 61391 +1246
============================================
Files 4957 5037 +80
Lines 282799 288378 +5579
Branches 41409 42133 +724
============================================
+ Hits 201591 205905 +4314
- Misses 64189 65123 +934
- Partials 17019 17350 +331 ☔ View full report in Codecov by Sentry. |
…oject#13799) Signed-off-by: Neetika Singhal <neetiks@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Description
Backport #13719
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.