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
1、pbft 模式下,如果有4个order节点,当有两个down掉之后, down 掉的重启那么也不能进行上链操作,需要把所有的order 进行重启才能重新上链 2、rbft 模式之下,有两个order 节点down,其到一个order down 掉 就会出现不能上链,重启所有order节点也无效,所以rbft 模式是彻底不能用的
这个代码还会进行维护吗,不维护的话只能先去趣链项目 剥离rbft 共识了
The text was updated successfully, but these errors were encountered:
打错字了,重写一下
rbft 模式之下,有两个order 节点down,有时候甚至一个order down 掉 就会出现不能上链,重启所有order节点也无效,所以rbft 模式是彻底不能用的
Sorry, something went wrong.
@wangdongpei 暂时没有维护了,仅支持2f+1节点部署且在线需要>f个节点情况,完成共识,你说的场景没法完成共识。
No branches or pull requests
1、pbft 模式下,如果有4个order节点,当有两个down掉之后, down 掉的重启那么也不能进行上链操作,需要把所有的order 进行重启才能重新上链
2、rbft 模式之下,有两个order 节点down,其到一个order down 掉 就会出现不能上链,重启所有order节点也无效,所以rbft 模式是彻底不能用的
这个代码还会进行维护吗,不维护的话只能先去趣链项目 剥离rbft 共识了
The text was updated successfully, but these errors were encountered: