mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: log skipping initial election tick
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
097a653945
commit
e66af56730
@ -518,6 +518,7 @@ func (s *EtcdServer) adjustTicks() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !s.Cfg.InitialElectionTickAdvance {
|
if !s.Cfg.InitialElectionTickAdvance {
|
||||||
|
plog.Infof("skipping initial election tick advance (election tick %d)", s.Cfg.ElectionTicks)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user