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 DC04C200BE4 for ; Wed, 21 Dec 2016 23:16:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D8F5D160B26; Wed, 21 Dec 2016 22:16:00 +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 26A85160B18 for ; Wed, 21 Dec 2016 23:16:00 +0100 (CET) Received: (qmail 85572 invoked by uid 500); 21 Dec 2016 22:15:58 -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 85335 invoked by uid 99); 21 Dec 2016 22:15:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2016 22:15:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 69CE82C1F56 for ; Wed, 21 Dec 2016 22:15:58 +0000 (UTC) Date: Wed, 21 Dec 2016 22:15:58 +0000 (UTC) From: "Chun Chang (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-5150) JDBC connections cause drillbit leaks resources and eventually JVM crashes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 21 Dec 2016 22:16:01 -0000 Chun Chang created DRILL-5150: --------------------------------- Summary: JDBC connections cause drillbit leaks resources and eventually JVM crashes Key: DRILL-5150 URL: https://issues.apache.org/jira/browse/DRILL-5150 Project: Apache Drill Issue Type: Bug Components: Client - JDBC Affects Versions: 1.9.0 Reporter: Chun Chang Stress test JDBC connections by making connections and disconnect. Very soon, drillbit will crash due to resource leaks. This was observed with Apache DRILL JDBC driver. Testing with a third party driver did not cause the crash. Will upload JVM dump. -- This message was sent by Atlassian JIRA (v6.3.4#6332)