You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mohammad Arshad (Jira)" <ji...@apache.org> on 2020/07/03 07:24:00 UTC

[jira] [Created] (ZOOKEEPER-3878) Client connection fails if IPV6 is not enclosed in square brackets

Mohammad Arshad created ZOOKEEPER-3878:
------------------------------------------

             Summary: Client connection fails if IPV6 is not enclosed in square brackets
                 Key: ZOOKEEPER-3878
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3878
             Project: ZooKeeper
          Issue Type: Bug
            Reporter: Mohammad Arshad
            Assignee: Mohammad Arshad
             Fix For: 4.0.0, 3.6.2


Clients should be able to connect to ZooKeeper  with or without square bracket around IPV6 in connection string. 
127:0:0:0:0:0:0:1:2181 and [127:0:0:0:0:0:0:1]:2181 both should work.

After ZOOKEEPER-3106 fix connection with  127:0:0:0:0:0:0:1:2181 fails
I think we should support both  with or without square bracket around IPV6.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)