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

This change is needed to handle process restarts with elections. When the leader process is restarted, it should be able to hang on to the leadership by using the existing lease. Fixes #7166