Istvan Toth created PHOENIX-7186: ------------------------------------ Summary: Support Square Brackets notation for IPv6 in ZK quorum string 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
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)