Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/563
@bothejjms It would spin up only a limited amount of threads, but that
wouldn't help either as you said. You literally want 100 clients simultaneously
sending request until test stops. `AsyncHammerTest` does pretty much the same,
looks like you copied most of the logic implemented in there.
I don't how to do this properly. I suspect `AsyncHammerTest` is also flaky
which is another reason why not create another similar test.
---