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.x][Remote State] Create service to publish cluster state to remote store (#9160) #9657

Merged

Conversation

soosinha
Copy link
Member

Description

Create service to publish cluster state to remote store
Backport for #9160

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.

opensearch-project#9160)

* Upload all index metadata to remote store using BlobStoreRepository interface

Signed-off-by: Sooraj Sinha <[email protected]>
(cherry picked from commit 79e5aee)
@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change ecc22fc

Incompatible components

Incompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/performance-analyzer.git]

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/common-utils.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.action.admin.cluster.node.tasks.ResourceAwareTasksTests.testTaskResourceTrackingDuringTaskCancellation

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Merging #9657 (ecc22fc) into 2.x (2a22d9d) will increase coverage by 0.07%.
Report is 2 commits behind head on 2.x.
The diff coverage is 79.41%.

@@             Coverage Diff              @@
##                2.x    #9657      +/-   ##
============================================
+ Coverage     70.83%   70.90%   +0.07%     
- Complexity    57749    57804      +55     
============================================
  Files          4770     4773       +3     
  Lines        272705   273059     +354     
  Branches      40147    40192      +45     
============================================
+ Hits         193167   193619     +452     
+ Misses        63014    62913     -101     
- Partials      16524    16527       +3     
Files Changed Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 93.18% <ø> (ø)
...c/main/java/org/opensearch/index/IndexService.java 75.43% <ø> (ø)
...arch/index/remote/RemoteStorePressureSettings.java 87.09% <0.00%> (-7.35%) ⬇️
...in/java/org/opensearch/indices/IndicesService.java 70.88% <ø> (-0.15%) ⬇️
...ensearch/indices/replication/common/CopyState.java 91.66% <ø> (+2.77%) ⬆️
...ch/repositories/blobstore/BlobStoreRepository.java 58.81% <0.00%> (-0.66%) ⬇️
...rch/index/remote/RemoteSegmentTransferTracker.java 81.11% <33.33%> (-0.14%) ⬇️
.../java/org/opensearch/gateway/GatewayMetaState.java 64.76% <43.39%> (-6.26%) ⬇️
...testore/stats/TransportRemoteStoreStatsAction.java 44.44% <50.00%> (ø)
...in/java/org/opensearch/index/shard/IndexShard.java 69.14% <75.00%> (-0.31%) ⬇️
... and 7 more

... and 466 files with indirect coverage changes

@shwetathareja shwetathareja merged commit a3548ba into opensearch-project:2.x Aug 31, 2023
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