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)