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

[Backport 2.x] Replace multipart download with parallel file download #10548

Merged
merged 1 commit into from
Oct 11, 2023

Replace multipart download with parallel file download (#10519)

e13ebfa
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Replace multipart download with parallel file download #10548

Replace multipart download with parallel file download (#10519)
e13ebfa
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Oct 11, 2023 in 0s

88.13% of diff hit (target 70.87%)

View this Pull Request on Codecov

88.13% of diff hit (target 70.87%)

Annotations

Check warning on line 2721 in server/src/main/java/org/opensearch/index/shard/IndexShard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/IndexShard.java#L2721

Added line #L2721 was not covered by tests

Check warning on line 3567 in server/src/main/java/org/opensearch/index/shard/IndexShard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/IndexShard.java#L3567

Added line #L3567 was not covered by tests

Check warning on line 396 in server/src/main/java/org/opensearch/index/shard/StoreRecovery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/shard/StoreRecovery.java#L395-L396

Added lines #L395 - L396 were not covered by tests

Check warning on line 112 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#L112

Added line #L112 was not covered by tests