The alive nodes is under threshold, consensus should be stopped
At the booting state, node checks the validators are alive or not, and then start to consensus. During consensus, if some validators are dead or does not respond and the number of alive validators are under threshold, what is the proper action of node?
Currently if under threshold, node keep producing EXPIRED ballot, because of timeout. I think, node should be back to the node.StateBOOTING or the other new state instead of node.StateCONSENSUS.
@Charleslee522 please consider this issue.
@spikeekips Is this urgent issue? If not, I want to handle https://github.com/bosnet/sebak/issues/674 and make test about it first.
@Charleslee522 : @spikeekips Is this urgent issue? If not, I want to handle https://github.com/bosnet/sebak/issues/674 and make test about it first.
No, it's not. I see.
@Charleslee522 We can handle this in next (next?) iteration.
@Charleslee522 We can handle this in next (next?) iteration.
@spikeekips Oh, that's better!
related #198