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

Health api memory optimisation #15492

Merged

Merge remote-tracking branch 'origin/main' into health-api-memory-opt…

4c9c753
Select commit
Loading
Failed to load commit list.
Merged

Health api memory optimisation #15492

Merge remote-tracking branch 'origin/main' into health-api-memory-opt…
4c9c753
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 6, 2024 in 0s

71.90% (target 70.00%)

View this Pull Request on Codecov

71.90% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 92.81768% with 13 lines in your changes missing coverage. Please review.

Project coverage is 71.90%. Comparing base (cbdcbb7) to head (4c9c753).

Files with missing lines Patch % Lines
...on/admin/cluster/health/ClusterHealthResponse.java 64.28% 4 Missing and 1 partial ⚠️
.../opensearch/cluster/health/ClusterIndexHealth.java 95.83% 1 Missing and 2 partials ⚠️
...ion/admin/cluster/health/ClusterHealthRequest.java 75.00% 0 Missing and 2 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              @@
##               main   #15492      +/-   ##
============================================
+ Coverage     71.82%   71.90%   +0.08%     
- Complexity    64143    64210      +67     
============================================
  Files          5272     5272              
  Lines        300382   300538     +156     
  Branches      43408    43432      +24     
============================================
+ Hits         215743   216111     +368     
+ Misses        66909    66695     -214     
- Partials      17730    17732       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.