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

[Backport 2.17] Optimize NodeIndicesStats output behind flag #15678

Merged
merged 3 commits into from
Sep 5, 2024

Merge branch '2.17' into 2.17-local

0a27d7e
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.17] Optimize NodeIndicesStats output behind flag #15678

Merge branch '2.17' into 2.17-local
0a27d7e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

71.72% (target 70.00%)

View this Pull Request on Codecov

71.72% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 81.63265% with 18 lines in your changes missing coverage. Please review.

Project coverage is 71.72%. Comparing base (bd5041f) to head (0a27d7e).

Files with missing lines Patch % Lines
.../java/org/opensearch/indices/NodeIndicesStats.java 85.71% 7 Missing and 5 partials ⚠️
...in/java/org/opensearch/indices/IndicesService.java 25.00% 2 Missing and 1 partial ⚠️
...h/action/admin/indices/stats/CommonStatsFlags.java 75.00% 0 Missing and 2 partials ⚠️
...rg/opensearch/rest/action/cat/RestNodesAction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.17   #15678      +/-   ##
============================================
- Coverage     71.77%   71.72%   -0.05%     
+ Complexity    64298    64270      -28     
============================================
  Files          5251     5251              
  Lines        300482   300557      +75     
  Branches      43724    43743      +19     
============================================
- Hits         215672   215582      -90     
- Misses        66760    66931     +171     
+ Partials      18050    18044       -6     

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