opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.51k stars 1.75k forks source link

[META] [2.16] Cluster State Publication using Remote State #14682

Open soosinha opened 2 months ago

soosinha commented 2 months ago

Please describe the end goal of this project

For remote store enabled clusters, the cluster state is being published to a remote repository. This can be used to publish the cluster state to all nodes in the cluster. Instead of sending the cluster state object over the transport layer, the cluster manager node can just send the term and version of the cluster state over the transport layer which can then be used to download the corresponding cluster state by all the nodes directly from the remote store.

Previous meta issue for 2.15 release : https://github.com/opensearch-project/OpenSearch/issues/13683 The current meta issue is targetted for the enhancements targetted for 2.16 release.

Supporting References

Previous meta issue for 2.15 release : https://github.com/opensearch-project/OpenSearch/issues/13683 RFC: https://github.com/opensearch-project/OpenSearch/issues/13257

Issues

Related component

Cluster Manager

getsaurabh02 commented 1 month ago

@soosinha Can we close this issue out for 2.16?

soosinha commented 1 month ago

This will be completed in 2.17. I have removed 2.16 tag.