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

[Backport 2.17] Add cluster state checksum in manifest #15218 #15658

Merged
merged 4 commits into from
Sep 4, 2024

Conversation

himshikha
Copy link
Contributor

Description

Backport of #15218

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

himshikha and others added 4 commits September 4, 2024 14:51
* Add cluster state checksum in manifest for remote state and routing table publication

Signed-off-by: Himshikha Gupta <[email protected]>
Co-authored-by: Bukhtawar Khan <[email protected]>
Signed-off-by: Himshikha Gupta <[email protected]>
Signed-off-by: Himshikha Gupta <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 4, 2024

✅ Gradle check result for 0c5535b: SUCCESS

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 74.46809% with 132 lines in your changes missing coverage. Please review.

Project coverage is 71.63%. Comparing base (6194bbd) to head (0c5535b).
Report is 3 commits behind head on 2.17.

Files with missing lines Patch % Lines
...arch/gateway/remote/RemoteClusterStateService.java 33.33% 54 Missing and 10 partials ⚠️
...main/java/org/opensearch/cluster/ClusterState.java 4.00% 24 Missing ⚠️
...pensearch/gateway/remote/ClusterStateChecksum.java 94.36% 6 Missing and 6 partials ⚠️
...h/index/translog/BufferedChecksumStreamOutput.java 72.09% 12 Missing ⚠️
...va/org/opensearch/cluster/node/DiscoveryNodes.java 58.33% 1 Missing and 9 partials ⚠️
...search/gateway/remote/ClusterMetadataManifest.java 85.18% 1 Missing and 3 partials ⚠️
...search/cluster/routing/IndexShardRoutingTable.java 82.35% 3 Missing ⚠️
.../java/org/opensearch/cluster/AbstractDiffable.java 0.00% 1 Missing ⚠️
...org/opensearch/cluster/metadata/IndexMetadata.java 94.73% 0 Missing and 1 partial ⚠️
...opensearch/cluster/metadata/TemplatesMetadata.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.17   #15658      +/-   ##
============================================
- Coverage     71.68%   71.63%   -0.05%     
- Complexity    64081    64130      +49     
============================================
  Files          5248     5249       +1     
  Lines        299521   300022     +501     
  Branches      43609    43653      +44     
============================================
+ Hits         214698   214930     +232     
- Misses        66881    67100     +219     
- Partials      17942    17992      +50     

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

@Bukhtawar Bukhtawar merged commit 175cbd0 into opensearch-project:2.17 Sep 4, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants