etcd/third_party
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
..
bitbucket.org/kardianos/osext chore(*): make everything use goven 2014-02-01 23:44:18 -08:00
code.google.com/p bump(github.com/goraft/raft): 6bf34b9 2014-03-24 15:09:47 -07:00
github.com hack(server): notify removed peers when they try to become candidates 2014-05-20 10:17:32 -07:00