Github user adityakishore commented on the pull request:
https://github.com/apache/drill/pull/443#issuecomment-222385259
The latest patch introduces a separate class `HBaseConnectionManager` and
moves the (HBase) connection life-cycle management responsibility from
HBaseStoragePlugin to this class.
Also addressed Jacques' other comment regarding testing for connection
close/abort in `getConnection()` method.
Added test which verifies that HBase connection close or even HBase cluster
restart does not impact running queries against HBase and does not require
Drill cluster restart.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---