Add NodeResourceUsageStats to ClusterInfo#18480
Add NodeResourceUsageStats to ClusterInfo#18480gbbafna merged 20 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Abhita Lakkabathini <abhital@amazon.com>
|
❌ Gradle check result for 12c0e4d: 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 a1af9eb: 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/InternalClusterInfoService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/InternalClusterInfoService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/InternalClusterInfoService.java
Show resolved
Hide resolved
|
❌ Gradle check result for e68568d: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18480 +/- ##
============================================
+ Coverage 72.69% 72.75% +0.05%
- Complexity 68159 68182 +23
============================================
Files 5541 5541
Lines 313391 313426 +35
Branches 45474 45479 +5
============================================
+ Hits 227829 228030 +201
+ Misses 67071 66850 -221
- Partials 18491 18546 +55 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
❌ Gradle check result for ad45f2b: 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 b9c94b9: 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 bce898a: 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: Gaurav Bafna <85113518+gbbafna@users.noreply.github.com>
|
❕ Gradle check result for 3933318: 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. |
|
@gbbafna @abhita I believe the test failure in the last gradle check run in this PR comment link is caused by this change. That test failure is now impacting other PRs. I think the root cause is that the |
Signed-off-by: Abhita Lakkabathini <abhital@amazon.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
Signed-off-by: Abhita Lakkabathini <abhital@amazon.com>
Signed-off-by: Abhita Lakkabathini <abhital@amazon.com>
Description
Add NodeResourceUsageStats to ClusterInfo to make Node-level usage stats available to all nodes
Related Issues
Resolves #[[Writable Warm] Adding Support For NodeResourceUsageStats in ClusterInfo]
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.