mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #2890 from xiang90/fix_raft_comment
raft: remove wrong invariant
This commit is contained in:
commit
815fe327dd
@ -31,7 +31,6 @@ type raftLog struct {
|
||||
|
||||
// committed is the highest log position that is known to be in
|
||||
// stable storage on a quorum of nodes.
|
||||
// Invariant: committed < unstable
|
||||
committed uint64
|
||||
// applied is the highest log position that the application has
|
||||
// been instructed to apply to its state machine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user