zk1931 / jzab

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

Change quorumSet to quorumMap. #192

Closed EasonLiao closed 10 years ago

EasonLiao commented 10 years ago

Actually it's Map, so the name of quorumSet is confusing.

Also some other changes (e.g. AckProcessor needs a clone of ClusterConfiguration, instead of cloning it first and pass to AckProcessor, AckProcessor should clone it itself.)