joshelser commented on issue #186: ZOOKEEPER-2711 Avoid synchronization on NettyServerCnxn in Factory URL: https://github.com/apache/zookeeper/pull/186#issuecomment-459108980 Looks like you're right, Andor. Netty4 support (ZOOKEEPER-3152) changed the NettyServerCnxnFactory implementation such that we don't `synchronized (cnxn)` before dispatching the request to run it. This was what caused the deadlock. Is there interest in a rebase of this change for branch-3.4, I can try to do that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
