[jboss-jira] [JBoss JIRA] (JBJCA-1195) Incorrect currentSize passed to CapacityDecrementer.shouldDestroy() from SemaphoreConcurrentLinkedQueueManagedConnectionPool
John O'Hara (JIRA)
issues at jboss.org
Mon Jul 14 06:56:31 EDT 2014
[ https://issues.jboss.org/browse/JBJCA-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John O'Hara updated JBJCA-1195:
-------------------------------
Description:
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
was:
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 available number of connections is passed
> 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)
> Affects Versions: 1.2.0.Beta3
> Reporter: John O'Hara
> Assignee: Jesper Pedersen
>
> 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
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list