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

Add support for async deletion in S3BlobContainer #15621

Merged

Integrate async deletion in the snapshot interactions

96cd6f7
Select commit
Loading
Failed to load commit list.
Merged

Add support for async deletion in S3BlobContainer #15621

Integrate async deletion in the snapshot interactions
96cd6f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 11, 2024 in 0s

85.92% of diff hit (target 71.92%)

View this Pull Request on Codecov

85.92% of diff hit (target 71.92%)

Annotations

Check warning on line 967 in plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3BlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/S3BlobContainer.java#L967

Added line #L967 was not covered by tests

Check warning on line 27 in plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/async/S3AsyncDeleteHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/repository-s3/src/main/java/org/opensearch/repositories/s3/async/S3AsyncDeleteHelper.java#L27

Added line #L27 was not covered by tests

Check warning on line 178 in server/src/main/java/org/opensearch/common/blobstore/AsyncMultiStreamEncryptedBlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/AsyncMultiStreamEncryptedBlobContainer.java#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 183 in server/src/main/java/org/opensearch/common/blobstore/AsyncMultiStreamEncryptedBlobContainer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/blobstore/AsyncMultiStreamEncryptedBlobContainer.java#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 2143 in server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java#L2140-L2143

Added lines #L2140 - L2143 were not covered by tests

Check warning on line 2754 in server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java#L2751-L2754

Added lines #L2751 - L2754 were not covered by tests

Check warning on line 4619 in server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java#L4618-L4619

Added lines #L4618 - L4619 were not covered by tests