In the Raft consensus algorithm, what specific condition must a candidate meet regarding its log before it can be granted a vote by a follower?
In the Raft consensus algorithm, a follower grants its vote to a candidate only if the candidate’s log is at least as up-to-date as the follower’s own log. Up-to-date is defined by comparing the index and term of the last entries in the logs. First, the follower compares the terms of the last log entries. If the ca....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.