This blog deep dives into the famous consensus algorithm called Raft and how it helps in achieving consensus in a distributed system consisting of multiple nodes.
One question here is during log replication what if majority of the followers fail to commit the entry. Does the leader also reverts in this case or this is all under a transaction boundary?
One question here is during log replication what if majority of the followers fail to commit the entry. Does the leader also reverts in this case or this is all under a transaction boundary?