zk1931 / jzab

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

Participant should buffer send request before broadcasting phase. #110

Closed EasonLiao closed 10 years ago

EasonLiao commented 10 years ago

Currently if the client send a request before broadcasting phase we'll raise an exception. We should buffer the request and process them once participant enters the broadcasting phase.

EasonLiao commented 10 years ago

We could also buffer the "leave request".

EasonLiao commented 10 years ago

@m1ch1