Replies: 1 comment
-
Nodes should be nicely killed so that all data are properly written on disk. If so, yes it should boot again. If one node is out of sync, synchronization should happen. The network need the consensus quorum to move along to the next block. But the catch is if one node has a more recent block is not part of the network when building a new block, this can lead to a fork. It's possible to reset forked node to the common block (block before fork) with debug set head. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm running besu on Kubernetes.
I wondering what if all of nodes are die and then recreated?
Follwing the Besu docs, (https://besu.hyperledger.org/en/stable/private-networks/how-to/configure/consensus/ibft/)
Then, If all of nodes are recreated, block chain network working again?
Beta Was this translation helpful? Give feedback.
All reactions