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

Split the remote global metadata file to metadata attribute files #12190

Merged
merged 29 commits into from
May 16, 2024

Merge branch 'main' into cluster_state_split

4f8a64e
Select commit
Loading
Failed to load commit list.
Merged

Split the remote global metadata file to metadata attribute files #12190

Merge branch 'main' into cluster_state_split
4f8a64e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 16, 2024 in 1s

71.55% (target 70.00%)

View this Pull Request on Codecov

71.55% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.55%. Comparing base (b15cb0c) to head (4f8a64e).
Report is 285 commits behind head on main.

Files Patch % Lines
...arch/gateway/remote/RemoteClusterStateService.java 73.80% 60 Missing and 6 partials ⚠️
...search/gateway/remote/ClusterMetadataManifest.java 88.02% 12 Missing and 5 partials ⚠️
...opensearch/cluster/metadata/TemplatesMetadata.java 74.50% 11 Missing and 2 partials ⚠️
...java/org/opensearch/cluster/metadata/Metadata.java 92.30% 2 Missing ⚠️
...nsearch/cluster/metadata/RepositoriesMetadata.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12190      +/-   ##
============================================
+ Coverage     71.42%   71.55%   +0.13%     
- Complexity    59978    61237    +1259     
============================================
  Files          4985     5060      +75     
  Lines        282275   287854    +5579     
  Branches      40946    41689     +743     
============================================
+ Hits         201603   205965    +4362     
- Misses        63999    64928     +929     
- Partials      16673    16961     +288     

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