Skip to content
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

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

SwethaGuptha
Copy link
Contributor

@SwethaGuptha SwethaGuptha commented Sep 6, 2024

…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

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

github-actions bot commented Sep 6, 2024

❌ 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?

Copy link
Contributor

github-actions bot commented Sep 6, 2024

❌ 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?

Copy link
Contributor

github-actions bot commented Sep 6, 2024

❌ 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?

@jed326
Copy link
Collaborator

jed326 commented Sep 6, 2024

❌ 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?

Copy link
Contributor

github-actions bot commented Sep 6, 2024

❌ 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?

@jed326
Copy link
Collaborator

jed326 commented Sep 6, 2024

@SwethaGuptha looks like DCO is wrong on this one

Copy link
Contributor

github-actions bot commented Sep 6, 2024

✅ Gradle check result for f99e8f3: SUCCESS

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 93.37017% with 12 lines in your changes missing coverage. Please review.

Project coverage is 71.71%. Comparing base (a24c858) to head (a76ccb9).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
...on/admin/cluster/health/ClusterHealthResponse.java 64.28% 4 Missing and 1 partial ⚠️
.../opensearch/cluster/health/ClusterIndexHealth.java 94.44% 1 Missing and 3 partials ⚠️
...in/cluster/health/ClusterHealthRequestBuilder.java 0.00% 2 Missing ⚠️
.../opensearch/cluster/health/ClusterShardHealth.java 93.33% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

…egations for levels cluster and indices. (opensearch-project#15492)

Signed-off-by: SwethaGuptha <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 7, 2024

✅ Gradle check result for a76ccb9: SUCCESS

@gbbafna gbbafna merged commit 19c204f into opensearch-project:2.x Sep 7, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants