fenixsoft / awesome-fenix

讨论如何构建一套可靠的大型分布式系统

Home Page:https://icyfenix.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paxos 算法工作实例存在的问题

Saint2078 opened this issue · comments

在分布式的基石-分布式共识算法-Paxos-Pasxos的工作实例一章中,S1的提案编号是3.1,S5的编号是4.5,那么在S5发prepare请求的时候由于S5的n值较大应该返回null?而不是返回S3已经确认的X?