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 remote store hash algorithm in customData in IndexMetadata #12986

Merged
merged 1 commit into from
Apr 2, 2024

Introduce remote store hash algo in customData in IndexMetadata

a91ed4d
Select commit
Loading
Failed to load commit list.
Merged

Introduce remote store hash algorithm in customData in IndexMetadata #12986

Introduce remote store hash algo in customData in IndexMetadata
a91ed4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 30, 2024 in 0s

71.41% (target 70.00%)

View this Pull Request on Codecov

71.41% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.41%. Comparing base (b15cb0c) to head (a91ed4d).
Report is 107 commits behind head on main.

Files Patch % Lines
.../org/opensearch/index/remote/RemoteStoreEnums.java 77.08% 11 Missing ⚠️
...h/cluster/metadata/MetadataCreateIndexService.java 80.00% 1 Missing and 1 partial ⚠️
.../main/java/org/opensearch/index/IndexSettings.java 71.42% 0 Missing and 2 partials ⚠️
...ensearch/index/remote/RemoteStorePathStrategy.java 94.59% 1 Missing and 1 partial ⚠️
...rc/main/java/org/opensearch/common/hash/FNV1a.java 92.30% 1 Missing ⚠️
...c/main/java/org/opensearch/index/IndexService.java 0.00% 1 Missing ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 50.00% 1 Missing ⚠️
...ndex/store/RemoteSegmentStoreDirectoryFactory.java 94.44% 0 Missing and 1 partial ⚠️
...rg/opensearch/index/translog/RemoteFsTranslog.java 94.44% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12986      +/-   ##
============================================
- Coverage     71.42%   71.41%   -0.01%     
- Complexity    59978    60331     +353     
============================================
  Files          4985     5022      +37     
  Lines        282275   284178    +1903     
  Branches      40946    41157     +211     
============================================
+ Hits         201603   202937    +1334     
- Misses        63999    64399     +400     
- Partials      16673    16842     +169     

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