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

翻译勘误 #27

Closed
gaorong opened this issue Jul 31, 2017 · 1 comment
Closed

翻译勘误 #27

gaorong opened this issue Jul 31, 2017 · 1 comment

Comments

@gaorong
Copy link
Contributor

gaorong commented Jul 31, 2017

To eliminate problems like the one in Figure 8, Raft never commits log entries from previous terms by counting replicas. Only log entries from the leader’s current term are committed by counting replicas;
原翻译:为了消除图 8 里描述的情况,Raft 通过计算副本数目的方式,使得永远不会提交一个之前任期内的日志条目。通过计算副本数目,只有领导人当前任期里的日志条目可以被提交

应该为:为了消除图 8 里描述的情况,Raft 永远不会通过计算副本数目的方式提交一个之前任期内的日志条目。只有领导人当前任期里的日志条目通过计算副本数目可以被提交;

@maemual
Copy link
Owner

maemual commented Jul 31, 2017

欢迎提个 PR

@gaorong gaorong closed this as completed Nov 25, 2018
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

No branches or pull requests

2 participants