Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/563
@bothejjms What do you mean by "pretty reliably" exactly?
I see that the test has failed on Jenkins and also I've tested it and it
basically killed my machine for 45 mins which seems to me a little bit
overkill.
- Could we run the 100 threads in a ThreadPoolExecutor for example and see
how it behaves?
- Do we need that many threads while setting `globalOutstandingLimit` to 1?
- Also, I don't want to stick with covering this issue with test, if we
could only do it pretty reliably and by introducing a new flaky test. :(
---