virajjasani opened a new pull request, #2083:
URL: https://github.com/apache/phoenix/pull/2083

   Jira: PHOENIX-7533
   
   Before PHOENIX-6523, ConnectionInfo used to provide hbase.zookeeper.quorum 
with Zookeeper host names separated by comma. With PHOENIX-6523, for zk 
registry, ConnectionInfo provides hbase.client.zookeeper.quorum with Zookeeper 
hosts and port values combined, separated by comma (e.g. 
"host1:1234,host2:2181,host3:9876" etc).
   
   For the purpose of creating HBase Connection, providing 
"hbase.client.zookeeper.quorum" is sufficient. However, Phoenix downstream 
applications that are using "hbase.zookeeper.quorum" value to determine which 
HTable threadpool to use for the given Connection can no longer function for 
cases like dual client where different HTable threadpools need to be used for 
different HBase connections.
   
   Given that Phoenix 5.1 client used to provide "hbase.zookeeper.quorum" as 
comma separated Zookeeper host names, 5.2 should not break this compatibility 
even though it provides "hbase.client.zookeeper.quorum" as additional 
Connection level configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to