eolivelli commented on a change in pull request #809: ZOOKEEPER-3272: Clean up
netty4 code per Norman Maurer's review comments
URL: https://github.com/apache/zookeeper/pull/809#discussion_r254563038
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/common/NettyUtils.java
##########
@@ -73,4 +103,53 @@ public static EventLoopGroup newNioOrEpollEventLoopGroup()
{
return NioServerSocketChannel.class;
}
}
+
+ private static final int DEFAULT_INET_ADDRESS_COUNT = 1;
Review comment:
Nit: move constants to the beginning of the class?
----------------------------------------------------------------
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