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

optimize _cat/nodes api #14853

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into optimize_nodes_api

c234bfe
Select commit
Loading
Failed to load commit list.
Open

optimize _cat/nodes api #14853

Merge branch 'main' into optimize_nodes_api
c234bfe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

72.02% (target 70.00%)

View this Pull Request on Codecov

72.02% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 17.91908% with 142 lines in your changes missing coverage. Please review.

Project coverage is 72.02%. Comparing base (dc8a435) to head (c234bfe).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...in/cluster/node/Nodes/TransportCatNodesAction.java 3.36% 115 Missing ⚠️
...tion/admin/cluster/node/Nodes/CatNodesRequest.java 33.33% 8 Missing ⚠️
...rg/opensearch/rest/action/cat/RestNodesAction.java 50.00% 6 Missing and 1 partial ⚠️
...ion/admin/cluster/node/Nodes/CatNodesResponse.java 57.14% 6 Missing ⚠️
...tion/admin/cluster/node/info/NodesInfoRequest.java 33.33% 1 Missing and 1 partial ⚠️
...on/admin/cluster/node/stats/NodesStatsRequest.java 33.33% 1 Missing and 1 partial ⚠️
...nsearch/action/support/nodes/BaseNodesRequest.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14853      +/-   ##
============================================
+ Coverage     71.96%   72.02%   +0.06%     
- Complexity    64791    64864      +73     
============================================
  Files          5307     5311       +4     
  Lines        302714   302867     +153     
  Branches      43733    43748      +15     
============================================
+ Hits         217836   218130     +294     
+ Misses        67013    66861     -152     
- Partials      17865    17876      +11     

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