mirror of
https://github.com/status-im/consul.git
synced 2025-02-05 10:24:46 +00:00
2eaece10a7
Fixes #2742 Previously the docs didn't clarify that if a server restarts as a client then force-leave won't lead to removing the node from the raft config. This is because the node, which is alive after a restart, will refute messages about it having left . These messages about members leaving are in turn what trigger Consul's leader to remove a server from raft.