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

Removing the periodic SYNC calls broke the health endpoint since the raft index stops updating. Instead, don't bother monitoring the raft index; issue a QGET directly to get a consensus response. Fixes #6985