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

71c0f64
Select commit
Loading
Failed to load commit list.
Open

optimize _cat/nodes api #14853

Merge branch 'main' into optimize_nodes_api
71c0f64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 7, 2025 in 0s

72.22% (target 70.00%)

View this Pull Request on Codecov

72.22% (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.22%. Comparing base (e7e19f7) to head (71c0f64).

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     72.20%   72.22%   +0.01%     
- Complexity    65289    65291       +2     
============================================
  Files          5299     5303       +4     
  Lines        303536   303677     +141     
  Branches      43941    43955      +14     
============================================
+ Hits         219180   219339     +159     
+ Misses        66441    66328     -113     
- Partials      17915    18010      +95     

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