Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
@@ -659,7 +659,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()