4-Node QBFT Network Cannot Reach Consensus When There is 1 Node Failure #1398
Unanswered
peter-chung-xfers
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello, peercount=2 suggests that you have only 2 peers in your network out of 4 (static). The qualified majority is required, so 3 peers has to be connected. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
a network with 3f+1 nodes should be able to tolerate 1 node failure
Actual Behavior
the network is frozen by 1 node failure with message
Looking for peers peercount=2 tried=0 static=4
logs:

Beta Was this translation helpful? Give feedback.
All reactions