Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改分布式部分中部分描述不准确的地方,修改Paxos部分描述 #456

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

linkwk7
Copy link
Contributor

@linkwk7 linkwk7 commented Nov 18, 2018

修改分布式部分中部分描述不准确的地方,修改了Paxos部分描述,因为Paxos在Prepare阶段仅会发送提议序号,仅在Proposer收到大多数的Acceptor的回应后才会在Accept阶段发送对应的值

@CyC2018 CyC2018 merged commit b486e64 into CyC2018:master Nov 19, 2018
@CyC2018
Copy link
Owner

CyC2018 commented Nov 19, 2018

@linkwk7 Paxos 在 Prepare 阶段确实可以不用携带提议值,不过为了直观一点,我还是打算在 Prepare 阶段保留提议值。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants