-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add support for Warm Indices Write Block on Flood Watermark breach #18375
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 support for Warm Indices Write Block on Flood Watermark breach #18375
Conversation
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for d73241f: 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? |
7a5016d
to
d73241f
Compare
Signed-off-by: Gagan Singh Saini <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18375 +/- ##
============================================
- Coverage 72.75% 72.72% -0.04%
- Complexity 68087 68106 +19
============================================
Files 5537 5540 +3
Lines 313232 313321 +89
Branches 45458 45461 +3
============================================
- Hits 227905 227865 -40
- Misses 66758 66892 +134
+ Partials 18569 18564 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Gagan Singh Saini <[email protected]>
❕ Gradle check result for 341e34a: 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. |
...r/src/main/java/org/opensearch/cluster/routing/allocation/HotNodeDiskThresholdEvaluator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/DiskThresholdMonitor.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/DiskThresholdMonitor.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/DiskThresholdEvaluator.java
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for e7d8710: 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: Gagan6164 <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 3570c0d: 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: Gagan Singh Saini <[email protected]>
❌ Gradle check result for e1a7fa6: 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: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for bdd3945: 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: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 6e7922c: 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 f588845: 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? |
server/src/main/java/org/opensearch/cluster/routing/allocation/DiskThresholdEvaluator.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/DiskThresholdMonitor.java
Outdated
Show resolved
Hide resolved
...usterTest/java/org/opensearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan6164 <[email protected]>
Signed-off-by: Gagan6164 <[email protected]>
❌ Gradle check result for 5668c5c: 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? |
Description
Add support for Warm Indices Write Block on Flood Watermark breach
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.