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

Configure high availability for replica shards #173

Open
prateekkej opened this issue May 5, 2024 · 1 comment
Open

Configure high availability for replica shards #173

prateekkej opened this issue May 5, 2024 · 1 comment
Assignees

Comments

@prateekkej
Copy link

There is a typo in the below mentioned paragraph ----

Enabling replica_ha configures the cluster to automatically replace the promoted replica on an available node. This automatically returns the database to a state where there are two copies of the data: the former replica shard which has been promoted to primary and a new replica shard.

The marked word should have been "replicate".

The final understanding would be - Enabling replica_ha will automatically create a replica of a promoted replica on another node making sure that there is no single point of failure.

Updated text ---

Enabling replica_ha configures the cluster to automatically replicate the promoted replica on an available node. This automatically returns the database to a state where there are two copies of the data: the former replica shard which has been promoted to primary and a new replica shard.

@mich-elle-luna
Copy link
Collaborator

Hi, thanks for this report, is this the page you are referring to? https://redis.io/docs/latest/operate/rs/databases/configure/replica-ha/

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

No branches or pull requests

3 participants