You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for the excellent work. I have trouble understanding this block of codes. According to the paper, If RPC request or response contains term T > currentTerm, we set currentTerm = T and convert to follower. Then why using args.Term when converting to follower instead of reply.Term
The text was updated successfully, but these errors were encountered:
mit-6.824-labs/src/raft/raft.go
Lines 343 to 347 in c996f20
Hi, Thanks for the excellent work. I have trouble understanding this block of codes. According to the paper, If RPC request or response contains term T > currentTerm, we set currentTerm = T and convert to follower. Then why using args.Term when converting to follower instead of reply.Term
The text was updated successfully, but these errors were encountered: