]
Tristan Tarrant updated ISPN-9882:
----------------------------------
Fix Version/s: 10.0.0.Beta1
(was: 10.0.0.Alpha3)
JdbcStringBasedStore leaks threads
----------------------------------
Key: ISPN-9882
URL:
https://issues.jboss.org/browse/ISPN-9882
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Alpha2, 9.4.5.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.Beta1
When stopping, {{JdbcStringBasedStore}} only stops the connection factory if it
implements {{ManagedConnectionFactory}}. {{PooledConnectionFactory}} doesn't implement
it, so Agroal connection pools are not closed and leak threads.