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

Optimise memory for rest cluster health calls with in-line shard aggr… #15802

Merged
merged 1 commit into from
Sep 7, 2024

Optimise memory for rest cluster health calls with in-line shard aggr…

a76ccb9
Select commit
Loading
Failed to load commit list.
Merged

Optimise memory for rest cluster health calls with in-line shard aggr… #15802

Optimise memory for rest cluster health calls with in-line shard aggr…
a76ccb9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 7, 2024 in 0s

93.37% of diff hit (target 71.63%)

View this Pull Request on Codecov

93.37% of diff hit (target 71.63%)

Annotations

Check warning on line 177 in server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthRequestBuilder.java#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 254 in server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java#L254

Added line #L254 was not covered by tests

Check warning on line 295 in server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java#L295

Added line #L295 was not covered by tests

Check warning on line 305 in server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/health/ClusterHealthResponse.java#L304-L305

Added lines #L304 - L305 were not covered by tests

Check warning on line 269 in server/src/main/java/org/opensearch/cluster/health/ClusterIndexHealth.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/health/ClusterIndexHealth.java#L269

Added line #L269 was not covered by tests