-
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
Optimise memory for rest cluster health calls with in-line shard aggr… #15802
Optimise memory for rest cluster health calls with in-line shard aggr… #15802
Conversation
❌ Gradle check result for e5c0779: 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 e5c0779: TIMEOUT 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 e5c0779: 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 e5c0779: 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? |
e5c0779
to
f99e8f3
Compare
@SwethaGuptha looks like DCO is wrong on this one |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15802 +/- ##
============================================
+ Coverage 71.63% 71.71% +0.07%
- Complexity 64400 64490 +90
============================================
Files 5263 5263
Lines 301528 301684 +156
Branches 43903 43927 +24
============================================
+ Hits 216002 216351 +349
+ Misses 67404 67214 -190
+ Partials 18122 18119 -3 ☔ View full report in Codecov by Sentry. |
…egations for levels cluster and indices. (opensearch-project#15492) Signed-off-by: SwethaGuptha <[email protected]>
f99e8f3
to
a76ccb9
Compare
…egations for levels cluster and indices. (#15492)
Description
Backport #15492 to 2.x
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.