Skip to content

Commit dd3a2c5

Browse files
committed
Simplify the remote publication description
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
1 parent 29d708c commit dd3a2c5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

_tuning-your-cluster/availability-and-recovery/remote-store/remote-cluster-state.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@ The remote cluster state functionality has the following limitations:
6666
- Unsafe bootstrap scripts cannot be run when the remote cluster state is enabled. When a majority of cluster-manager nodes are lost and the cluster goes down, the user needs to replace any remaining cluster manager nodes and reseed the nodes in order to bootstrap a new cluster.
6767

6868
## Remote cluster state publication
69-
Cluster state publication using remote - When it is enabled, the updated cluster state during any updates like creation of an index and
70-
put mappings will be published through remote store, that is, the cluster manager will provide the remote location
71-
and nodes will download the cluster state directly from remote location.
72-
As the cluster state grows over time and there are large number of nodes in the cluster, publishing the state over local transport
73-
tends to add lot of overhead in terms of CPU, memory and transport thread-pool. This will reduce the overhead on cluster manager node
74-
to publish the updated cluster state through remote store to every other node in the cluster instead of local transport.
75-
Remote cluster state publication can be enabled by configuring the experimental remote publication feature.
69+
The cluster manager node processes the updates to cluster state. It then, publishes the updated cluster state
70+
over the local transport layer to all the follower nodes. With remote cluster state enabled,
71+
cluster state is backed to remote store with every state update. The follower nodes can fetch the state
72+
from remote store directly and reducing the overhead on the cluster manager node for publication.
73+
This can be done by enabling the experimental remote publication feature.
7674
Enable the feature flag for `remote_store.publication` feature by following the [experiment feature flag documentation]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/experimental/).
7775

7876
The routing table is an object within the cluster state which contains the shard allocation details for each index.

0 commit comments

Comments
 (0)