You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing "timed out waiting for read index response" complaints when rebooting a non-leader. I am using etcd release 3.2.19 to support Kubernetes release 1.10.3. The Kubernetes api-servers log a burst of Trace dumps with total times in the range 4--7 seconds, when the etcd leader logs that timeout message. See https://docs.google.com/document/d/1atgspqSeWlxJi_5xhjidnPKzvGwwGWskIiu7PmSnd5Y .
similar with #8975. the index reading message may be dropped when the leader is transferring or some other states.
https://github.com/coreos/etcd/blob/70341b161442105a211070e6806947cfdc711e22/etcdserver/v3_server.go#L630-L661
and the read request will block the following read request until the context timeout. In our test, it report like:
The text was updated successfully, but these errors were encountered: