GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/700
ZOOKEEPER-1441 Some test cases are failing because Port bind issue.
Fixes the Java 11 build issue. Details are in Jira.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-1441
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/700.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #700
----
commit 93dde673fa8c73ce524199384b6cb9c73b5ad324
Author: Andor Molnar <andor@...>
Date: 2018-11-12T20:19:24Z
ZOOKEEPER-1441. Don't open selector until ServerCnxnFactory is started.
----
---