Insufficient control over concurrent access to pooled objects by Evictor,
client threads
----------------------------------------------------------------------------------------
Key: POOL-125
URL: https://issues.apache.org/jira/browse/POOL-125
Project: Commons Pool
Issue Type: Bug
Affects Versions: 1.4, 1.2
Reporter: Phil Steitz
Fix For: 1.5
In pool 1.2, 1.4, borrowObject, returnObject, invalidateObject are not fully
synchronized. This creates the potential for race conditions vis a vis the
Evictor and/or client object lock contention. Factory methods on pooled
objects should not be allowed to be invoked concurrently by client threads and
the Evictor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.