Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
Description
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.