[
https://issues.apache.org/jira/browse/POOL-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz closed POOL-139.
----------------------------
Fixed in 1.5 release.
> StackKeyedObjectPool.getNumActive() needs to be synchronized
> ------------------------------------------------------------
>
> Key: POOL-139
> URL: https://issues.apache.org/jira/browse/POOL-139
> Project: Commons Pool
> Issue Type: Bug
> Affects Versions: 1.4
> Reporter: Sebb
> Fix For: 1.5
>
>
> StackKeyedObjectPool.getNumActive() needs to be synchronized.
> All the writes to _totActive are synch., the reads need to be also.
> Note that the corresponding method in StackObjectPool is already synch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.