Stephen Boesch created SPARK-2869:
-------------------------------------
Summary: Potential leak of Jdbc Connection and PreparedStatement
in case of error in JdbcRDD
Key: SPARK-2869
URL: https://issues.apache.org/jira/browse/SPARK-2869
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 1.0.0, 1.1.0
Environment: All
Reporter: Stephen Boesch
Priority: Minor
Fix For: 1.2.0
Within the compute() method of the JdbcRDD there is constructor logic that
includes obtaining a JDBC connection, creating a PreparedStatement, and
generating a ResultSet. This logic is not apparently protected within a
try/catch block. In case of error/exception it would appear then to leak
connections/statmenets/resultSets
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]