[
https://issues.apache.org/jira/browse/PHOENIX-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth resolved PHOENIX-5852.
----------------------------------
Fix Version/s: queryserver-1.0.0
Resolution: Fixed
Committed the fix.
Thank you [~DeanZ]
> The zkConnectionString in LoadBalance is incorrect
> --------------------------------------------------
>
> Key: PHOENIX-5852
> URL: https://issues.apache.org/jira/browse/PHOENIX-5852
> Project: Phoenix
> Issue Type: Bug
> Components: queryserver
> Reporter: Baiqiang Zhao
> Assignee: Baiqiang Zhao
> Priority: Major
> Fix For: queryserver-1.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The connectionString given to CuratorFrameworkFactory#newClient should look
> like “host1:port1,host2:port2,host3:port3”. But the format of
> zkConnectionString returned by
> org.apache.phoenix.loadbalancer.service.LoadBalanceZookeeperConfImpl#
> getZkConnectString is “host1,host2,host3:port”. This is equal to
> "host1:2181,host2:2181,host3:port", it's not correct if your zookeeper's port
> is not the default 2181.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)