Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/402
I got your point @afine, however I'm still under the impression that the
root cause is that tests are running in parallel and multiple instances of
Zookeeper are trying to run. I've seen "Address already in use exception" as an
example of this.
I also have a feeling that in some rare cases tests are trying to use the
same instance in parallel and modifying each other's state.---
