[ https://issues.apache.org/jira/browse/PHOENIX-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth reassigned PHOENIX-7186: ------------------------------------ Assignee: Norbert Mészáros > Support Square Brackets Notation for IPv6 in JDBC URL > ----------------------------------------------------- > > Key: PHOENIX-7186 > URL: https://issues.apache.org/jira/browse/PHOENIX-7186 > Project: Phoenix > Issue Type: Improvement > Components: core > Affects Versions: 5.2.0, 5.1.4 > Reporter: Istvan Toth > Assignee: Norbert Mészáros > Priority: Minor > Labels: beginner > Fix For: 5.3.0, 5.2.2 > > > ZK supports using square branckets around the IP address to resolve the colon > ambiguity. > Phoenix currently requires using backslash to escape the colons. > Add support for the square bracket notation. > We still need to escape the colon separating the port from the address. > i.e. accept: > "phoenix+zk:[fe:80::01]\:2181::/hbase" > This currently has to be written as: > "phoenix+zk:fe\:80\:\:01\:2181::/hbase" -- This message was sent by Atlassian Jira (v8.20.10#820010)