mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: fix spell errors
This commit is contained in:
parent
6b671b88dc
commit
4d3b281369
@ -92,7 +92,7 @@ type serverWatchStream struct {
|
||||
mu sync.Mutex
|
||||
// progress tracks the watchID that stream might need to send
|
||||
// progress to.
|
||||
// TOOD: combine progress and prevKV into a single struct?
|
||||
// TODO: combine progress and prevKV into a single struct?
|
||||
progress map[mvcc.WatchID]bool
|
||||
prevKV map[mvcc.WatchID]bool
|
||||
|
||||
|
@ -39,7 +39,7 @@ const (
|
||||
maxV3RequestTimeout = 5 * time.Second
|
||||
|
||||
// In the health case, there might be a small gap (10s of entries) between
|
||||
// the applied index and commited index.
|
||||
// the applied index and committed index.
|
||||
// However, if the committed entries are very heavy to apply, the gap might grow.
|
||||
// We should stop accepting new proposals if the gap growing to a certain point.
|
||||
maxGapBetweenApplyAndCommitIndex = 1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user