GitHub user maoling opened a pull request: https://github.com/apache/zookeeper/pull/587
ZOOKEEPER-3106: Zookeeper client supports IPv6 address and document the "IPV6 feature" The related UTs in the `ConnectStringParserTest` have all passed,I also tested it in the real IPv6 ENV. More details in [ZOOKEEPER-3106](https://issues.apache.org/jira/browse/ZOOKEEPER-3106) You can merge this pull request into a Git repository by running: $ git pull https://github.com/maoling/zookeeper ZOOKEEPER-3106 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/587.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 #587 ---- commit 6942315d8fc66200a55691df9a59eadf13ff0270 Author: maoling <maoling199210191@...> Date: 2018-07-29T08:42:10Z ZOOKEEPER-3106: Zookeeper client supports IPv6 address and document the IPV6 feature ---- ---