Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F5EB200B3B for ; Mon, 11 Jul 2016 18:17:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DFB0160A5E; Mon, 11 Jul 2016 16:17:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08A47160A78 for ; Mon, 11 Jul 2016 18:17:33 +0200 (CEST) Received: (qmail 99029 invoked by uid 500); 11 Jul 2016 16:17:33 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 99016 invoked by uid 99); 11 Jul 2016 16:17:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 16:17:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AFF38DFFF8; Mon, 11 Jul 2016 16:17:32 +0000 (UTC) From: jinfengni To: dev@drill.apache.org Reply-To: dev@drill.apache.org Message-ID: Subject: [GitHub] drill pull request #543: DRILL-4768: Fix leaking hive meta store connection ... Content-Type: text/plain Date: Mon, 11 Jul 2016 16:17:32 +0000 (UTC) archived-at: Mon, 11 Jul 2016 16:17:34 -0000 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---