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
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.