-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etcdserver: read-only range request took too long #10174
Comments
2018-10-11 08:36:33.938379 W | wal: sync duration of 1.512199998s, expected less than 1s @DylanBLE fair to say you have an I/O bottleneck here these numbers are not acceptable for healthy etcd and metrics confirm fsync spikes. Can you tell us a little about your disks that are storing the datadir SSD vs HDD IOPS etc and in general your workload? FAQ outlines this issue in terms of general expectations pretty well. FAQ: Performance |
/cc @jingyih |
Agree with @hexfusion. The reading of a single key (indicated by |
currently some write operations might block read. there is an on going effort (#9384) to resolve this problem. you should probably fix the slow io regardless though. |
etcd version: 3.1.18
etcd logs shows sth like "etcdserver: read-only range request took too long"
etcd-metrics.txt
The text was updated successfully, but these errors were encountered: