etcdserver: log skipping initial election tick

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-23 10:32:13 -07:00
parent 097a653945
commit e66af56730

View File

@ -518,6 +518,7 @@ func (s *EtcdServer) adjustTicks() {
}
if !s.Cfg.InitialElectionTickAdvance {
plog.Infof("skipping initial election tick advance (election tick %d)", s.Cfg.ElectionTicks)
return
}