Github user eolivelli commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/700#discussion_r233723629
--- Diff:
zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxnFactory.java
---
@@ -181,7 +181,7 @@ protected void fastCloseSock(SocketChannel sc) {
*/
private class AcceptThread extends AbstractSelectThread {
private final ServerSocketChannel acceptSocket;
- private final SelectionKey acceptKey;
+ private SelectionKey acceptKey;
--- End diff --
@anmolnar sorry for late reply.
I think it will be tricky. I will spend some time and try to find a
suggestion
---