The consensus algorithm that uses term numbers to ensure that only a node with the most up-to-date log can be elected as the cluster leader is Raft. In Raft, a term number is a logical clock used to detect obsolete information; it acts as a monotonically increasing integer that segments time into periods of leadership. During an election, a candidate must include ....
Log in to view the answer