Преглед на файлове

etcdserver: clarify read index wait timeout warnings

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee преди 7 години
родител
ревизия
95afd1fb24
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      etcdserver/v3_server.go

+ 1 - 1
etcdserver/v3_server.go

@@ -646,7 +646,7 @@ func (s *EtcdServer) linearizableReadLoop() {
 				}
 
 			case <-time.After(s.Cfg.ReqTimeout()):
-				plog.Warningf("timed out waiting for read index response")
+				plog.Warningf("timed out waiting for read index response (local node might have slow network)")
 				nr.notify(ErrTimeout)
 				timeout = true
 				slowReadIndex.Inc()