mirror of https://github.com/apache/druid.git
2b0d873c7e
* Fix two sources of SQL statement leaks. 1) SqlTaskResource and DruidJdbcResultSet leaked statements 100% of the time, since they call stmt.plan(), which adds statements to SqlLifecycleManager, and they do not explicitly remove them. 2) SqlResource leaked statements if yielder.close() threw an exception. (And also would not emit metrics, since in that case it failed to call stmt.close as well.) * Only closeQuietly is needed. |
||
---|---|---|
.. | ||
src | ||
pom.xml |