You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by anmolnar <gi...@git.apache.org> on 2018/07/09 12:24:55 UTC

[GitHub] zookeeper issue #563: Fix for ZOOKEEPER-3072

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. :(


---