Skip to content

Conversation

@RoneTang
Copy link

On Tencent Cloud, for a Redis cluster, when readonly is enabled on the slave nodes, we usually use cluster slots to get all the slots information, and then use the slots information to select which slave node to run the command on. However, when the status of the slave node is fail, we use cluster slots to select which slave node to run the command on. Therefore, Tencent Cloud introduced the pfail status judgment of the slave node to solve the problem of the slave node in the fail? state obtained by the cluster slots command.

@PingXie PingXie mentioned this pull request Feb 28, 2022
4 tasks
@madolson
Copy link
Contributor

@RoneTang Can you please comment on #10293 if this would resolve your issue if we added PFAIL? I'm a little hesitant to add here, since I don't think pfail is necessarily a great indicator that a node is dead.

@madolson
Copy link
Contributor

madolson commented Apr 5, 2022

I suppose we decided to not add this, let me know if anything changed.

@madolson madolson added the state:to-be-closed requesting the core team to close the issue label Apr 5, 2022
@madolson madolson closed this Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:to-be-closed requesting the core team to close the issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants