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

Introduce interface changes to support read/write blob with object metadata #13023

Merged
merged 21 commits into from
Apr 8, 2024

minor code refector

8e15d6b
Select commit
Loading
Failed to load commit list.
Merged

Introduce interface changes to support read/write blob with object metadata #13023

minor code refector
8e15d6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 5, 2024 in 0s

64.86% of diff hit (target 71.42%)

View this Pull Request on Codecov

64.86% of diff hit (target 71.42%)

Annotations

Check warning on line 92 in server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java#L92

Added line #L92 was not covered by tests

Check warning on line 173 in server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java#L173

Added line #L173 was not covered by tests

Check warning on line 226 in server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobContainer.java#L226

Added line #L226 was not covered by tests

Check warning on line 33 in server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java#L33

Added line #L33 was not covered by tests

Check warning on line 37 in server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java#L37

Added line #L37 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/BlobDownloadResponse.java#L40-L43

Added lines #L40 - L43 were not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/common/blobstore/stream/read/ReadContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/stream/read/ReadContext.java#L50

Added line #L50 was not covered by tests

Check warning on line 112 in server/src/main/java/org/opensearch/common/blobstore/stream/read/ReadContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/stream/read/ReadContext.java#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 80 in server/src/main/java/org/opensearch/common/blobstore/stream/write/WriteContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/stream/write/WriteContext.java#L80

Added line #L80 was not covered by tests

Check warning on line 144 in server/src/main/java/org/opensearch/common/blobstore/stream/write/WriteContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/stream/write/WriteContext.java#L144

Added line #L144 was not covered by tests

Check warning on line 128 in server/src/main/java/org/opensearch/common/blobstore/transfer/RemoteTransferContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/transfer/RemoteTransferContainer.java#L118-L128

Added lines #L118 - L128 were not covered by tests

Check warning on line 172 in server/src/main/java/org/opensearch/index/translog/transfer/BlobStoreTransferService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/translog/transfer/BlobStoreTransferService.java#L172

Added line #L172 was not covered by tests