mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #5126 from judwhite/patch-2
raft/doc.go: add missing }
This commit is contained in:
commit
668ea89980
@ -137,6 +137,7 @@ The total state machine handling loop will look something like this:
|
|||||||
cc.Unmarshal(entry.Data)
|
cc.Unmarshal(entry.Data)
|
||||||
s.Node.ApplyConfChange(cc)
|
s.Node.ApplyConfChange(cc)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
s.Node.Advance()
|
s.Node.Advance()
|
||||||
case <-s.done:
|
case <-s.done:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user