GitHub user jinfengni opened a pull request: https://github.com/apache/drill/pull/543
DRILL-4768: Fix leaking hive meta store connection in Drill's hive me⦠â¦tastore client call. do not call reconnect if the connection is still alive and the error is caused by either UnknownTableException or access error. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jinfengni/incubator-drill DRILL-4768 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/543.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #543 ---- commit 20a46950b37d05b7e5b0500f0d195ac7f418fe8d Author: Jinfeng Ni <j...@apache.org> Date: 2016-07-08T04:48:53Z DRILL-4768: Fix leaking hive meta store connection in Drill's hive metastore client call. do not call reconnect if the connection is still alive and the error is caused by either UnknownTableException or access error. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---