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

resolve comments

75fa239
Select commit
Loading
Failed to load commit list.
Merged

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

resolve comments
75fa239
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 8, 2024 in 1s

75.00% of diff hit (target 71.42%)

View this Pull Request on Codecov

75.00% 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 107 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#L106-L107

Added lines #L106 - L107 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 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