[ 
https://issues.apache.org/jira/browse/PHOENIX-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Zhong resolved PHOENIX-883.
-----------------------------------

    Resolution: Invalid

Though zookeeper allows port inside a quorum string but hbase strips out those 
port quietly(not throwing error or warnings), we should be fine to keep ":" in 
JDBC URL.  

> 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)

Reply via email to