We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leader节点重启或者宕机,follower选举,然后故障恢复任务。 有一种可能follower先执行力watch任务,此时node的state是follower。 这样会导致follower没有故障恢复,随后选举成功。 但是此时以及错过了 恢复阶段,导致此场景没有故障恢复。
The text was updated successfully, but these errors were encountered:
@sunxingbao 谢谢您提的问题,确实存在这个场景。计划在下一版本完善 再次感谢!
Sorry, something went wrong.
No branches or pull requests
leader节点重启或者宕机,follower选举,然后故障恢复任务。
有一种可能follower先执行力watch任务,此时node的state是follower。
这样会导致follower没有故障恢复,随后选举成功。
但是此时以及错过了 恢复阶段,导致此场景没有故障恢复。
The text was updated successfully, but these errors were encountered: