-
Bug
-
Resolution: Done
-
Major
-
1.2.0.Beta3
-
None
An incorrect value is passed to the pool decrementer for the current pool size in SemaphoreConcurrentLinkedQueueManagedConnectionPool.removeIdleConnections()
The current pool size should be passed to decrementer.shouldDestroy(), however the pool size + the number of checked out connections is passed