Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.0.6, 1.0.7, 1.0.8, 1.0.9
-
None
Description
method public void discoverConnectionProperties() of class ConnectionSourceBase.java getting connection from pool but don't close connection. Therefore connection don't return to pool. Every reconfigure logback.xml cause invoking discoverConnectionProperties(). And leaking happens.
Seems in finally block it should be closing connection statement.