You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by maoling <gi...@git.apache.org> on 2018/06/24 12:42:44 UTC

[GitHub] zookeeper issue #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

Github user maoling commented on the issue:

    https://github.com/apache/zookeeper/pull/548
  
    - It seems that zk server side supports ipv6 style like this: `server.1=[2001:db8:1::242:ac11:2]:2888:3888`,but zk client side supports ipv6 like this:`2001:db8:1::242:ac11:2:2181`.we need unify them?[ConnectStringParser](https://github.com/apache/zookeeper/blob/master/src/java/main/org/apache/zookeeper/client/ConnectStringParser.java#L71) can reuse that method?
    - IMO,we should document this feature to let user know.(e.g. [here](https://github.com/apache/zookeeper/blob/master/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml#L1055))


---