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 POJO classes required for cluster state publication from remote #14006

Merged
merged 14 commits into from
Jun 11, 2024

Merge branch 'main' into remote_state_pojos

721bc18
Select commit
Loading
Failed to load commit list.
Merged

Add POJO classes required for cluster state publication from remote #14006

Merge branch 'main' into remote_state_pojos
721bc18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 0s

71.70% (target 70.00%)

View this Pull Request on Codecov

71.70% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.56954% with 192 lines in your changes missing coverage. Please review.

Project coverage is 71.70%. Comparing base (b15cb0c) to head (721bc18).
Report is 392 commits behind head on main.

Files Patch % Lines
...earch/gateway/remote/ClusterStateDiffManifest.java 84.03% 24 Missing and 29 partials ⚠️
...search/gateway/remote/ClusterMetadataManifest.java 77.01% 24 Missing and 16 partials ⚠️
...search/gateway/remote/RemoteClusterStateUtils.java 0.00% 35 Missing ⚠️
...ay/remote/RemoteClusterStateAttributesManager.java 0.00% 27 Missing ⚠️
...h/gateway/remote/RemoteStateTransferException.java 0.00% 14 Missing ⚠️
...nsearch/gateway/remote/model/RemoteReadResult.java 0.00% 8 Missing ⚠️
...ateway/remote/model/RemoteClusterStateCustoms.java 85.71% 4 Missing and 1 partial ⚠️
...arch/gateway/remote/model/RemoteClusterBlocks.java 85.18% 4 Missing ⚠️
...remote/model/RemoteHashesOfConsistentSettings.java 85.18% 4 Missing ⚠️
...ain/java/org/opensearch/cluster/DiffableUtils.java 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14006      +/-   ##
============================================
+ Coverage     71.42%   71.70%   +0.28%     
- Complexity    59978    61929    +1951     
============================================
  Files          4985     5113     +128     
  Lines        282275   290788    +8513     
  Branches      40946    41986    +1040     
============================================
+ Hits         201603   208507    +6904     
- Misses        63999    65128    +1129     
- Partials      16673    17153     +480     

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