-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
5.1.7.Final
-
None
It seems that there is a connection leak in the method purgeInternal of the class JdbcBinaryCacheStore. Indeed in this method, there are situations where connectionFactory.releaseConnection(conn) is not called for example in case emptyBuckets.isEmpty() or expiredBuckets.isEmpty().
- duplicates
-
ISPN-2033 JdbcBinaryCacheStore.purgeInternal() - releaseConnection() should be called in finally block.
- Closed