Tencent / phxpaxos

The Paxos library implemented in C++ that has been used in the WeChat production environment.
Other
3.36k stars 863 forks source link

我想知道怎么从2RTT优化到1RTT,核心不是普素paxos实现吗 #169

Open fishfreetaken opened 5 years ago

fishfreetaken commented 5 years ago

还有就是怎么从3次写盘优化到1次写盘,我看只在最后accept后才写盘的

fishfreetaken commented 4 years ago

后台看到了,就是已经accept过的server,下次直接进行accept阶段,跳过prepare阶段了!所以就只有一次RTT