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

Explain how to remove failed cluster node (#2427) #2434

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

jiangyunpeng
Copy link
Contributor

@jiangyunpeng jiangyunpeng commented Jun 8, 2023

redis-cli --cluster del-node doesn't work since it tries to connect to all nodes. --cluster call CLUSTER FORGET works though.

@netlify
Copy link

netlify bot commented Jun 8, 2023

👷 Deploy request for redis-doc pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit ece35d4

Copy link
Contributor

@zuiderkwast zuiderkwast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This helps but it looks like a workaround. It would be better if del-node can delete a failed node.

Why does del-node need to connect to all nodes in the cluster?

docs/management/scaling.md Outdated Show resolved Hide resolved
docs/management/scaling.md Outdated Show resolved Hide resolved
@zuiderkwast zuiderkwast changed the title Add explain how to remove failed node (#2427) Explain how to remove failed cluster node (#2427) Dec 15, 2023
@zuiderkwast zuiderkwast merged commit b260429 into redis:master Dec 15, 2023
1 check failed
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