-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Addition of fileCache activeUsage evaluator to DiskThresholdMonitor #19071
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
base: main
Are you sure you want to change the base?
Addition of fileCache activeUsage evaluator to DiskThresholdMonitor #19071
Conversation
❌ Gradle check result for cb54acc: 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 9c613d1: 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? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19071 +/- ##
============================================
- Coverage 72.95% 72.90% -0.05%
- Complexity 70115 70143 +28
============================================
Files 5687 5689 +2
Lines 321703 321885 +182
Branches 46534 46555 +21
============================================
- Hits 234702 234677 -25
- Misses 68074 68251 +177
- Partials 18927 18957 +30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
❌ Gradle check result for b9fe4cd: 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
server/src/main/java/org/opensearch/cluster/routing/allocation/FileCacheThresholdSettings.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/FileCacheThresholdSettings.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/FileCacheEvaluator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/FileCacheEvaluator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/routing/allocation/FileCacheEvaluator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Harsh Kothari <[email protected]>
❌ Gradle check result for a51da29: null 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: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for a891852: 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for 3a55fa2: null 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for a36a36d: 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for 988bd02: 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for 2055cb6: 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? |
…ing' into filecache_disk_utilization_handling Signed-off-by: Harsh Kothari <[email protected]>
…ing' into filecache_disk_utilization_handling
❌ Gradle check result for a141b14: 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
Addition of fileCache activeUsage evaluator to DiskThresholdMonitor
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.