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/patch failed Jan 7, 2025 in 1s

17.91% of diff hit (target 72.20%)

View this Pull Request on Codecov

17.91% of diff hit (target 72.20%)

Annotations

Check warning on line 35 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 42 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L42

Added line #L42 was not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L50

Added line #L50 was not covered by tests

Check warning on line 55 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L55

Added line #L55 was not covered by tests

Check warning on line 60 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesRequest.java#L60

Added line #L60 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesResponse.java#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/CatNodesResponse.java#L47-L50

Added lines #L47 - L50 were not covered by tests

Check warning on line 61 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 69 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 74 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 77 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L77

Added line #L77 was not covered by tests

Check warning on line 80 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L80

Added line #L80 was not covered by tests

Check warning on line 84 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 86 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L86

Added line #L86 was not covered by tests

Check warning on line 88 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L88

Added line #L88 was not covered by tests

Check warning on line 91 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L91

Added line #L91 was not covered by tests

Check warning on line 93 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L93

Added line #L93 was not covered by tests

Check warning on line 95 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L95

Added line #L95 was not covered by tests

Check warning on line 98 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L98

Added line #L98 was not covered by tests

Check warning on line 101 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L101

Added line #L101 was not covered by tests

Check warning on line 109 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L104-L109

Added lines #L104 - L109 were not covered by tests

Check warning on line 112 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 118 in server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/Nodes/TransportCatNodesAction.java#L116-L118

Added lines #L116 - L118 were not covered by tests