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

Update Shallow Snapshot flows to support remote path type & hash algo #12988

Merged
merged 7 commits into from
Apr 5, 2024

Merge remote-tracking branch 'upstream/main' into 12987

eb18316
Select commit
Loading
Failed to load commit list.
Merged

Update Shallow Snapshot flows to support remote path type & hash algo #12988

Merge remote-tracking branch 'upstream/main' into 12987
eb18316
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2024 in 0s

71.49% (target 70.00%)

View this Pull Request on Codecov

71.49% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 71.49%. Comparing base (b15cb0c) to head (eb18316).
Report is 133 commits behind head on main.

❗ Current head eb18316 differs from pull request most recent head 86a77a3. Consider uploading reports for the commit 86a77a3 to get more accurate results

Files Patch % Lines
...blobstore/RemoteStoreShardShallowCopySnapshot.java 53.57% 14 Missing and 12 partials ⚠️
...ch/repositories/blobstore/BlobStoreRepository.java 50.00% 3 Missing ⚠️
.../main/java/org/opensearch/index/IndexSettings.java 50.00% 0 Missing and 2 partials ⚠️
...ensearch/index/remote/RemoteStorePathStrategy.java 50.00% 0 Missing and 2 partials ⚠️
...h/cluster/metadata/MetadataCreateIndexService.java 88.88% 0 Missing and 1 partial ⚠️
.../org/opensearch/index/remote/RemoteStoreEnums.java 96.15% 0 Missing and 1 partial ⚠️
.../index/remote/RemoteStorePathStrategyResolver.java 80.00% 0 Missing and 1 partial ⚠️
...java/org/opensearch/index/shard/StoreRecovery.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12988      +/-   ##
============================================
+ Coverage     71.42%   71.49%   +0.07%     
- Complexity    59978    60485     +507     
============================================
  Files          4985     5026      +41     
  Lines        282275   284509    +2234     
  Branches      40946    41210     +264     
============================================
+ Hits         201603   203406    +1803     
- Misses        63999    64191     +192     
- Partials      16673    16912     +239     

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