Client needs to reconnect if it expires its zk session
------------------------------------------------------
Key: HBASE-3095
URL: https://issues.apache.org/jira/browse/HBASE-3095
Project: HBase
Issue Type: Bug
Reporter: stack
Clients use an HConnection down in their guts to connect to the hbase cluster.
Master-is-running and root-region-location are up in zk. Setup of a new
HConnection sets up a connection to ZooKeeper. If the session with ZK expires
for whatever reason -- in tests they would expire because zk ensemble was
restarted across tests or we might expire because of a long GC, well, it'll be
frustrating to users if we do not just try and resetup the zk connection.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.