Open kirkzhangtech opened 1 year ago
https://simonteo58.github.io/2022/10/07/MIT6.824/lab2b/lab2_raft_struct_guide/
Raft Structure Advice A Raft instance has to deal with the arrival of external events (Start() calls, AppendEntries and RequestVote RPCs, and RPC replies),and it has to execute periodic tasks (electio
https://simonteo58.github.io/2022/10/07/MIT6.824/lab2b/lab2_raft_struct_guide/
Raft Structure Advice A Raft instance has to deal with the arrival of external events (Start() calls, AppendEntries and RequestVote RPCs, and RPC replies),and it has to execute periodic tasks (electio