Content deleted Content added
"of" to "on" Tags: Visual edit Mobile edit Mobile web edit |
|||
Line 5:
=== Approach of the consensus problem in Raft ===
Raft implements consensus by a leader approach. The cluster has one and only one elected leader which is fully responsible for managing log replication on the other servers of the cluster. It means that the leader can decide
The consensus problem is decomposed in Raft into two relatively independent subproblems listed down below.
|