You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/03/02 20:21:04 UTC

[jira] [Updated] (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 ]

Parth Chandra updated DRILL-2319:
---------------------------------
    Fix Version/s: 0.9.0

> 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.9.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)