[ 
https://issues.apache.org/jira/browse/POOL-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Thomas resolved POOL-214.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

This was resolved as part of the refactoring to use BaseGenericObjectPool
                
> GenericObjectPool.evictionPolicy not thread-safe
> ------------------------------------------------
>
>                 Key: POOL-214
>                 URL: https://issues.apache.org/jira/browse/POOL-214
>             Project: Commons Pool
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 2.0
>
>
> The instance field GenericObjectPool.evictionPolicy is not updated in a 
> thread-safe way.
> It either needs to be made volatile, or the getters/setters could synch. on 
> the evictionLock.
> The latter is probably more sensible, as the field is used whilst holding 
> that lock.
> [Note: AFAICT, that is currently the only unsafe field in GOP]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to