摘要: 这是一篇mit6.824 raft所结构实验指南
Continue reading摘要
raft比paxos更容易理解,在构建大型系统的时候方便实现
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 (elections and heart-beats). There are many ways to structure(vt.组织) your Raft code to manage these activities; this document outlines(v.概括) a few ideas.
Continue reading