-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Optimise memory for rest cluster health calls with in-line shard aggr… #15799
Optimise memory for rest cluster health calls with in-line shard aggr… #15799
Conversation
❌ Gradle check result for 67b9165: 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? |
Looks like new flaky tests . |
❌ Gradle check result for 67b9165: 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? |
…gations for levels cluster and indices. (opensearch-project#15492) Signed-off-by: Swetha Guptha <[email protected]>
67b9165
to
7c54d31
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.17 #15799 +/- ##
============================================
+ Coverage 71.61% 71.62% +0.01%
+ Complexity 64505 64491 -14
============================================
Files 5264 5264
Lines 301860 302016 +156
Branches 43942 43966 +24
============================================
+ Hits 216178 216321 +143
+ Misses 67637 67625 -12
- Partials 18045 18070 +25 ☔ View full report in Codecov by Sentry. |
…egations for levels cluster and indices. (#15492)
Description
Backport #15492 to 2.17