zk1931 / jzab

ZooKeeper Atomic Broadcast in Java
http://zk1931.github.io/jzab/master/
Apache License 2.0
54 stars 23 forks source link

implement a leader election algorithm that finds the best history in a quorum #150

Closed ghost closed 10 years ago

ghost commented 10 years ago

Right now we randomly pick a leader.

EasonLiao commented 10 years ago

@m1ch1 , Just added the tests for FastLeaderElection.