As per the Raft paper, a node's log should be written to disk so that it can survive machine crashes. This is currently not implemented.
As per the Raft paper, a node's log should be written to disk so that it can survive machine crashes. This is currently not implemented.