Hi,
In a multi physical node HBase cluster, each Hbase region server is running with a zookeeper instance on the same node, so in the Phoniex JDBC URL we can specify multi zookeeper quorum servers such as jdbc:phoenix:zkserver1,zkserver2:2181:/hbasePhoenix My questions is what happens when the region server that the JDBC connection currently connected with, suppose zkServer1, fails? Should we reconnect the connection, or will the JDBC connection connect to other zookeeper servers, which is zkServer, specified in the JDBC URL automatically? Thanks.
