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

[Remote Store] Upload translog checkpoint as object metadata to translog #13637

Merged
merged 15 commits into from
May 23, 2024

Merge branch 'main' into method02

88e6e27
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Upload translog checkpoint as object metadata to translog #13637

Merge branch 'main' into method02
88e6e27
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 23, 2024 in 0s

71.66% (target 70.00%)

View this Pull Request on Codecov

71.66% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.66%. Comparing base (b15cb0c) to head (88e6e27).
Report is 301 commits behind head on main.

Files Patch % Lines
...dex/translog/transfer/TranslogTransferManager.java 82.22% 5 Missing and 3 partials ⚠️
...g/transfer/TranslogCheckpointTransferSnapshot.java 0.00% 6 Missing ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 33.33% 4 Missing ⚠️
...ex/remote/RemoteMigrationIndexMetadataUpdater.java 62.50% 1 Missing and 2 partials ⚠️
.../org/opensearch/index/remote/RemoteStoreUtils.java 70.00% 0 Missing and 3 partials ⚠️
...ex/translog/transfer/BlobStoreTransferService.java 82.35% 2 Missing and 1 partial ⚠️
...ndex/remote/RemoteStoreCustomMetadataResolver.java 88.23% 2 Missing ⚠️
...va/org/opensearch/indices/RemoteStoreSettings.java 66.66% 2 Missing ⚠️
...rg/opensearch/repositories/s3/S3BlobContainer.java 0.00% 1 Missing ⚠️
...va/org/opensearch/repositories/s3/S3BlobStore.java 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13637      +/-   ##
============================================
+ Coverage     71.42%   71.66%   +0.24%     
- Complexity    59978    61345    +1367     
============================================
  Files          4985     5063      +78     
  Lines        282275   288023    +5748     
  Branches      40946    41710     +764     
============================================
+ Hits         201603   206408    +4805     
- Misses        63999    64602     +603     
- Partials      16673    17013     +340     

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