You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/05/04 23:51:05 UTC

[jira] [Closed] (DRILL-2319) JDBC DrillStatementRegistry unimplemented; Statements leak, throw errors

     [ https://issues.apache.org/jira/browse/DRILL-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal closed DRILL-2319.
--------------------------

This bug is fixed by DRILL-1735.

> 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)
>             Fix For: 0.8.0
>
>
> 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)