mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Fix https://github.com/coreos/etcd/issues/5573. Currently stresser starts at the same time as cluster start. If the stresser got launched too fast/early, all stressers exit from the error 'etcdserver: not capable', which means the cluster is not ready yet. This adds additional error checking, so stresser can retry.