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

Add changes to block calls in cat shards, indices and segments based on dynamic limit settings #15986

Merged
merged 12 commits into from
Oct 3, 2024

Merge branch 'main' into draft_changes_15954

ad61a43
Select commit
Loading
Failed to load commit list.
Merged

Add changes to block calls in cat shards, indices and segments based on dynamic limit settings #15986

Merge branch 'main' into draft_changes_15954
ad61a43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 3, 2024 in 0s

57.26% of diff hit (target 71.91%)

View this Pull Request on Codecov

57.26% of diff hit (target 71.91%)

Annotations

Check warning on line 36 in server/src/main/java/org/opensearch/action/admin/cluster/shards/CatShardsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/CatShardsRequest.java#L36

Added line #L36 was not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/action/admin/cluster/shards/CatShardsRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/CatShardsRequest.java#L65

Added line #L65 was not covered by tests

Check warning on line 89 in server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L89

Added line #L89 was not covered by tests

Check warning on line 133 in server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L133

Added line #L133 was not covered by tests

Check warning on line 135 in server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L135

Added line #L135 was not covered by tests

Check warning on line 138 in server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/shards/TransportCatShardsAction.java#L138

Added line #L138 was not covered by tests

Check warning on line 33 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 39 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 46 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L43-L46

Added lines #L43 - L46 were not covered by tests

Check warning on line 49 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L49

Added line #L49 was not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L53

Added line #L53 was not covered by tests

Check warning on line 58 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L58

Added line #L58 was not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitBreachedException.java#L63-L65

Added lines #L63 - L65 were not covered by tests

Check warning on line 125 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java#L125

Added line #L125 was not covered by tests

Check warning on line 171 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java#L171

Added line #L171 was not covered by tests

Check warning on line 178 in server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/breaker/ResponseLimitSettings.java#L178

Added line #L178 was not covered by tests

Check warning on line 108 in server/src/main/java/org/opensearch/rest/action/cat/AbstractCatAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/AbstractCatAction.java#L108

Added line #L108 was not covered by tests

Check warning on line 137 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L137

Added line #L137 was not covered by tests

Check warning on line 197 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L197

Added line #L197 was not covered by tests

Check warning on line 253 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L253

Added line #L253 was not covered by tests

Check warning on line 255 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L255

Added line #L255 was not covered by tests

Check warning on line 258 in server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestIndicesAction.java#L258

Added line #L258 was not covered by tests

Check warning on line 96 in server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java#L96

Added line #L96 was not covered by tests

Check warning on line 114 in server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java#L114

Added line #L114 was not covered by tests

Check warning on line 131 in server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/cat/RestSegmentsAction.java#L131

Added line #L131 was not covered by tests