GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2014
ARTEMIS-1806 JDBC Connection leaks
The JDBC Connection leaks on:
- JDBCFileUtils::getDBFileDriver(DataSource, SQLProvider)
- SharedStoreBackupActivation.FailbackChecker::run on a failed
awaitLiveStatus
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1806
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2014.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2014
----
commit 81804ffc0aa8da83ff431db39f1675ec65813f92
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-04-14T08:37:34Z
ARTEMIS-1806 JDBC Connection leaks
The JDBC Connection leaks on:
- JDBCFileUtils::getDBFileDriver(DataSource, SQLProvider)
- SharedStoreBackupActivation.FailbackChecker::run on a failed
awaitLiveStatus
----
---