You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by joshelser <gi...@git.apache.org> on 2017/03/07 21:12:37 UTC

[GitHub] zookeeper issue #186: ZOOKEEPER-2711 Avoid synchronization on NettyServerCnx...

Github user joshelser commented on the issue:

    https://github.com/apache/zookeeper/pull/186
  
    I need to see if I can come up with a unit test to catch this case, but I'm not sure how useful one would be (I think anything I come up with would be a bit contrived..)
    
    I was able to test this locally by running 7 iterations of:
    
    ```bash
    while true; do echo stat | nc localhost 2181 >/dev/null 2>&1; echo -n .; sleep 1; done
    ```
    
    while generating some extra load (heavy java tests from another ASF project, *winks*) on my local machine. This ran for ~10minutes without error.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---