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.10] Fix cluster chaining during bootstrap #10116

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 2a5b124 from #10020.

* Fix clusterUUID chaining logic

Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
(cherry picked from commit 2a5b124)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 5feebfd

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #10116 (5feebfd) into 2.10 (874b147) will decrease coverage by 0.01%.
Report is 3 commits behind head on 2.10.
The diff coverage is 75.42%.

@@             Coverage Diff              @@
##               2.10   #10116      +/-   ##
============================================
- Coverage     70.82%   70.81%   -0.01%     
- Complexity    58160    58226      +66     
============================================
  Files          4807     4807              
  Lines        275070   275148      +78     
  Branches      40437    40455      +18     
============================================
+ Hits         194813   194847      +34     
- Misses        63549    63661     +112     
+ Partials      16708    16640      -68     
Files Changed Coverage Δ
.../org/opensearch/index/translog/TranslogHeader.java 83.95% <ø> (+2.46%) ⬆️
...g/transfer/TranslogCheckpointTransferSnapshot.java 79.22% <ø> (+1.01%) ⬆️
.../java/org/opensearch/gateway/GatewayMetaState.java 67.28% <56.52%> (+0.29%) ⬆️
...rg/opensearch/index/translog/RemoteFsTranslog.java 71.49% <72.41%> (+1.39%) ⬆️
...arch/gateway/remote/RemoteClusterStateService.java 64.64% <77.14%> (-0.74%) ⬇️
...in/java/org/opensearch/index/shard/IndexShard.java 69.42% <78.57%> (-0.12%) ⬇️
...search/gateway/remote/ClusterMetadataManifest.java 97.63% <100.00%> (+0.16%) ⬆️
...dex/translog/transfer/TranslogTransferManager.java 73.51% <100.00%> (+1.29%) ⬆️

... and 476 files with indirect coverage changes

@andrross andrross merged commit eee49cb into 2.10 Sep 19, 2023
14 of 39 checks passed
@github-actions github-actions bot deleted the backport/backport-10020-to-2.10 branch September 19, 2023 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants