etcdserver: log skipping initial election tick
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user