Jeffrey Zhong created PHOENIX-883:
-------------------------------------
Summary: Need to change separator ":" inside JDBC url
Key: PHOENIX-883
URL: https://issues.apache.org/jira/browse/PHOENIX-883
Project: Phoenix
Issue Type: Bug
Affects Versions: 3.0.0, 4.0.0, 5.0.0
Reporter: Jeffrey Zhong
Our valid JDBC url is jdbc:phoenix [ :<zookeeper quorum> [ :<port number> ] [
:<root node> ] ]
While a valid zookeeper quorum string is comma separated host:port like
host1:port1,host2:port2,.... though ":port" part is optional. As you can see,
that can fail our JDBC url parsing code if people use quorum string containing
port already.
--
This message was sent by Atlassian JIRA
(v6.2#6252)