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

Moving get snapshot requests to listener based async calls #8377

Merged

Fixing typo error of adding back comment

0d7e7fb
Select commit
Loading
Failed to load commit list.
Merged

Moving get snapshot requests to listener based async calls #8377

Fixing typo error of adding back comment
0d7e7fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 7, 2023 in 1s

74.54% of diff hit (target 71.06%)

View this Pull Request on Codecov

74.54% of diff hit (target 71.06%)

Annotations

Check warning on line 137 in client/rest-high-level/src/main/java/org/opensearch/client/indices/CreateIndexRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest-high-level/src/main/java/org/opensearch/client/indices/CreateIndexRequest.java#L137

Added line #L137 was not covered by tests

Check warning on line 744 in libs/core/src/main/java/org/opensearch/core/common/Strings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/common/Strings.java#L743-L744

Added lines #L743 - L744 were not covered by tests

Check warning on line 132 in modules/rank-eval/src/main/java/org/opensearch/index/rankeval/RatedDocument.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/rank-eval/src/main/java/org/opensearch/index/rankeval/RatedDocument.java#L132

Added line #L132 was not covered by tests

Check warning on line 167 in server/src/main/java/org/opensearch/action/admin/cluster/node/info/NodesInfoResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/info/NodesInfoResponse.java#L167

Added line #L167 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/reload/NodesReloadSecureSettingsResponse.java#L101

Added line #L101 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/node/stats/NodesStatsResponse.java#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 208 in server/src/main/java/org/opensearch/action/admin/cluster/remotestore/restore/RestoreRemoteStoreRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/remotestore/restore/RestoreRemoteStoreRequest.java#L208

Added line #L208 was not covered by tests

Check warning on line 157 in server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java#L157

Added line #L157 was not covered by tests

Check warning on line 171 in server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java#L171

Added line #L171 was not covered by tests

Check warning on line 180 in server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java#L180

Added line #L180 was not covered by tests

Check warning on line 190 in server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java#L190

Added line #L190 was not covered by tests

Check warning on line 752 in server/src/main/java/org/opensearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java#L752

Added line #L752 was not covered by tests

Check warning on line 170 in server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/cluster/stats/ClusterStatsResponse.java#L170

Added line #L170 was not covered by tests

Check warning on line 147 in server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java#L147

Added line #L147 was not covered by tests

Check warning on line 150 in server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java#L150

Added line #L150 was not covered by tests

Check warning on line 307 in server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/alias/Alias.java#L307

Added line #L307 was not covered by tests

Check warning on line 450 in server/src/main/java/org/opensearch/action/admin/indices/alias/IndicesAliasesRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/alias/IndicesAliasesRequest.java#L450

Added line #L450 was not covered by tests

Check warning on line 195 in server/src/main/java/org/opensearch/action/admin/indices/settings/get/GetSettingsResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/settings/get/GetSettingsResponse.java#L195

Added line #L195 was not covered by tests

Check warning on line 263 in server/src/main/java/org/opensearch/cluster/metadata/AliasMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/AliasMetadata.java#L263

Added line #L263 was not covered by tests

Check warning on line 265 in server/src/main/java/org/opensearch/cluster/metadata/IndexTemplateMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/IndexTemplateMetadata.java#L265

Added line #L265 was not covered by tests

Check warning on line 498 in server/src/main/java/org/opensearch/cluster/metadata/IndexTemplateMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/IndexTemplateMetadata.java#L498

Added line #L498 was not covered by tests

Check warning on line 178 in server/src/main/java/org/opensearch/cluster/metadata/Template.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/Template.java#L178

Added line #L178 was not covered by tests

Check warning on line 458 in server/src/main/java/org/opensearch/index/query/MoreLikeThisQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/MoreLikeThisQueryBuilder.java#L458

Added line #L458 was not covered by tests

Check warning on line 150 in server/src/main/java/org/opensearch/index/shard/CloseableRetryableRefreshListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/CloseableRetryableRefreshListener.java#L150

Added line #L150 was not covered by tests

Check warning on line 193 in server/src/main/java/org/opensearch/index/shard/CloseableRetryableRefreshListener.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/CloseableRetryableRefreshListener.java#L193

Added line #L193 was not covered by tests