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

The wait ensures that cluster goes into the stable stage, which means that leader has been elected and starts to heartbeat to followers. This makes future client requests always handled in time, and there is no need to retry sending requests.