Explorar el Código

etcdserver: log skipping initial election tick

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 7 años
padre
commit
8ba6bf466f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      etcdserver/server.go

+ 1 - 0
etcdserver/server.go

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