]
Jesper Pedersen updated JBJCA-1195:
-----------------------------------
Fix Version/s: 1.2.0.Beta4
Component/s: Core
Incorrect currentSize passed to CapacityDecrementer.shouldDestroy()
from SemaphoreConcurrentLinkedQueueManagedConnectionPool
----------------------------------------------------------------------------------------------------------------------------
Key: JBJCA-1195
URL:
https://issues.jboss.org/browse/JBJCA-1195
Project: IronJacamar
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core
Affects Versions: 1.2.0.Beta3
Reporter: John O'Hara
Assignee: Jesper Pedersen
Fix For: 1.2.0.Beta4
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