Xiang Li 189fece683 hack(server): notify removed peers when they try to become candidates
A peer might be removed during a network partiton. When it comes back it
will not have received any of the log entries that would have notified
it of its removal and go onto propose a vote. This will disrupt the
cluster and the cluster should give the machine feedback that it is no
longer a member.

The term of a denied vote is MaxUint64. The notification of the removal
is a raft event. These two modification are quick heck.

In reaction to this notification the machine should shutdown. In this
case the shutdown just moves it towards becoming a standby server.
2014-05-20 10:17:32 -07:00
..
2014-05-09 01:56:55 -07:00
2014-05-09 01:56:55 -07:00
2014-05-09 01:56:55 -07:00
2013-10-11 01:02:38 -06:00
2014-05-09 01:56:55 -07:00
2013-10-12 15:56:43 -06:00
2013-10-30 17:36:15 -07:00