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 to upload snapshot shard blobs with hashed prefix #15426

Merged
merged 14 commits into from
Sep 1, 2024

Merge remote-tracking branch 'upstream/main' into snapshot-hashed-prefix

7c5b751
Select commit
Loading
Failed to load commit list.
Merged

Add support to upload snapshot shard blobs with hashed prefix #15426

Merge remote-tracking branch 'upstream/main' into snapshot-hashed-prefix
7c5b751
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 1, 2024 in 0s

72.00% (target 70.00%)

View this Pull Request on Codecov

72.00% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 72.97297% with 90 lines in your changes missing coverage. Please review.

Project coverage is 72.00%. Comparing base (71d122b) to head (7c5b751).

Files with missing lines Patch % Lines
...ch/repositories/blobstore/BlobStoreRepository.java 69.65% 62 Missing and 9 partials ⚠️
...a/org/opensearch/snapshots/SnapshotShardPaths.java 85.36% 3 Missing and 3 partials ⚠️
...mote/directory/RemoteSnapshotDirectoryFactory.java 0.00% 5 Missing ⚠️
...main/java/org/opensearch/repositories/IndexId.java 80.00% 1 Missing and 2 partials ⚠️
...va/org/opensearch/repositories/RepositoryData.java 83.33% 0 Missing and 2 partials ⚠️
...ava/org/opensearch/snapshots/SnapshotsService.java 60.00% 1 Missing and 1 partial ⚠️
...arch/index/recovery/RemoteStoreRestoreService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15426      +/-   ##
============================================
+ Coverage     71.99%   72.00%   +0.01%     
- Complexity    63700    63753      +53     
============================================
  Files          5248     5249       +1     
  Lines        297416   297643     +227     
  Branches      42984    43011      +27     
============================================
+ Hits         214113   214309     +196     
+ Misses        65776    65698      -78     
- Partials      17527    17636     +109     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.