Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA70D104C3 for ; Thu, 26 Feb 2015 06:23:04 +0000 (UTC) Received: (qmail 90752 invoked by uid 500); 26 Feb 2015 06:23:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 90720 invoked by uid 500); 26 Feb 2015 06:23:04 -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 90710 invoked by uid 99); 26 Feb 2015 06:23:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 06:23:04 +0000 Date: Thu, 26 Feb 2015 06:23:04 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2319) JDBC DrillStatementRegistry unimplemented; Statements leak, throw errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Daniel Barclay (Drill) created DRILL-2319: --------------------------------------------- Summary: JDBC DrillStatementRegistry unimplemented; Statements leak, throw errors Key: DRILL-2319 URL: https://issues.apache.org/jira/browse/DRILL-2319 Project: Apache Drill Issue Type: Bug Components: Client - JDBC Reporter: Daniel Barclay (Drill) Assignee: Daniel Barclay (Drill) The JDBC driver's DrillStatementRegistry's methods don't do anything, so open statements are not tracked, so closing the connection doesn't close any still-open Statements and ResultSets, so resources are leaked and closing the connection results in an exception. (Client-side workaround: Close each created statement.) -- This message was sent by Atlassian JIRA (v6.3.4#6332)