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

[Remote Store] Fix relocation failure due to transport receive timeout #10761

Merged
merged 3 commits into from
Oct 20, 2023

Incorporate PR review comments

9589791
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Fix relocation failure due to transport receive timeout #10761

Incorporate PR review comments
9589791
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 20, 2023 in 1s

78.57% of diff hit (target 71.12%)

View this Pull Request on Codecov

78.57% of diff hit (target 71.12%)

Annotations

Check warning on line 1028 in server/src/main/java/org/opensearch/index/IndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexSettings.java#L1028

Added line #L1028 was not covered by tests

Check warning on line 92 in server/src/main/java/org/opensearch/index/store/RemoteStoreFileDownloader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/RemoteStoreFileDownloader.java#L92

Added line #L92 was not covered by tests

Check warning on line 96 in server/src/main/java/org/opensearch/index/store/RemoteStoreFileDownloader.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/RemoteStoreFileDownloader.java#L96

Added line #L96 was not covered by tests

Check warning on line 379 in server/src/main/java/org/opensearch/indices/recovery/PeerRecoverySourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/recovery/PeerRecoverySourceService.java#L379

Added line #L379 was not covered by tests

Check warning on line 138 in server/src/main/java/org/opensearch/indices/recovery/RemoteRecoveryTargetHandler.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/recovery/RemoteRecoveryTargetHandler.java#L138

Added line #L138 was not covered by tests

Check warning on line 132 in server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java#L132

Added line #L132 was not covered by tests

Check warning on line 134 in server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java#L134

Added line #L134 was not covered by tests

Check warning on line 142 in server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java#L141-L142

Added lines #L141 - L142 were not covered by tests