mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16283 from lance5890/fix_typo_in_raft.go
update typo in raft.go
This commit is contained in:
commit
d204487b6a
@ -223,7 +223,7 @@ func (r *raftNode) start(rh *raftReadyHandler) {
|
||||
return
|
||||
}
|
||||
|
||||
// the leader can write to its disk in parallel with replicating to the followers and them
|
||||
// the leader can write to its disk in parallel with replicating to the followers and then
|
||||
// writing to their disks.
|
||||
// For more details, check raft thesis 10.2.1
|
||||
if islead {
|
||||
|
Loading…
x
Reference in New Issue
Block a user