zk1931 / jzab

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

netty transport: retry bind #154

Closed ghost closed 10 years ago

ghost commented 10 years ago

the travis build fails once in a while because netty transport fails to bind to a port. this is most likely a transient failure. we should modify netty transport to retry binding a couple of times.

ghost commented 10 years ago

@EasonLiao

EasonLiao commented 10 years ago

Thanks Michi!