-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
| rf.log.appendFrom(args.PrevLogIndex, args.Entries) |
论文中 figure2 AppendEntires RPC 的第四条规则说如果有新的日志条目的话才会append,参考 MIT6.824 Lab2 raft中遇到的问题该怎么解决?。
我这边实现的时候一开始也是直接从 prevLogIndex 开始 append,但是 TestFigure8Unreliable3C 测例过不去,不过改了之后还是不能100%通过..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels