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 A7922200B3B for ; Mon, 11 Jul 2016 18:02:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6340160A78; Mon, 11 Jul 2016 16:02:17 +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 2A663160A5E for ; Mon, 11 Jul 2016 18:02:17 +0200 (CEST) Received: (qmail 50139 invoked by uid 500); 11 Jul 2016 16:02:11 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 49949 invoked by uid 99); 11 Jul 2016 16:02:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 16:02:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 29A2B2C02B0 for ; Mon, 11 Jul 2016 16:02:11 +0000 (UTC) Date: Mon, 11 Jul 2016 16:02:11 +0000 (UTC) From: "Jinfeng Ni (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DRILL-4768) Drill may leak hive meta store connection if hive meta store client call hits error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 16:02:17 -0000 [ https://issues.apache.org/jira/browse/DRILL-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinfeng Ni reassigned DRILL-4768: --------------------------------- Assignee: Jinfeng Ni > Drill may leak hive meta store connection if hive meta store client call hits error > ----------------------------------------------------------------------------------- > > Key: DRILL-4768 > URL: https://issues.apache.org/jira/browse/DRILL-4768 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Hive > Reporter: Jinfeng Ni > Assignee: Jinfeng Ni > > We are seeing one drillbit creates hundreds of connections to hive meta store. This indicates that drill is leaking those connection, and did not close those connections properly. When such leaking happens, it may prevent other applications from connecting to hive meta store. > It seems one cause of leaking connection happens when hive meta store client call hits exception. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)