Github user rgs1 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/99#discussion_r86672349 --- Diff: src/java/main/org/apache/zookeeper/server/NIOServerCnxnFactory.java --- @@ -630,6 +640,22 @@ public static ByteBuffer getDirectBuffer() { * limits of the operating system). startup(zks) must be called subsequently. */ public NIOServerCnxnFactory() { + String serverCnxnClassName = System.getProperty(ServerCnxnFactory.ZOOKEEPER_SERVER_CNXN); + if ( serverCnxnClassName != null ) { --- End diff -- nit: extra spaces
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---