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
是否需要实现member change功能? 我看Raft论文中对这个描述的不是很详细,或许可以利用leveldb的多版本控制来复制一些log到新的成员上去,这样可以不用停止服务,然后再根据论文中的方案进行成员变更。 昨天暴了一个raft成员变更算法的bug, https://groups.google.com/forum/#!topic/raft-dev/t4xj6dJTP6E
The text was updated successfully, but these errors were encountered:
嗯,这部分我还没实现,目前membership是在配置里面写入的,无法动态增减。
Sorry, something went wrong.
可以支持java clinet么
No branches or pull requests
是否需要实现member change功能? 我看Raft论文中对这个描述的不是很详细,或许可以利用leveldb的多版本控制来复制一些log到新的成员上去,这样可以不用停止服务,然后再根据论文中的方案进行成员变更。
昨天暴了一个raft成员变更算法的bug, https://groups.google.com/forum/#!topic/raft-dev/t4xj6dJTP6E
The text was updated successfully, but these errors were encountered: