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

Phil Steitz closed POOL-137.
----------------------------


Fixed in 1.5 release.

> Inconsistent synchronization in GenericObjectPool; constant fields should be 
> final
> ----------------------------------------------------------------------------------
>
>                 Key: POOL-137
>                 URL: https://issues.apache.org/jira/browse/POOL-137
>             Project: Commons Pool
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 1.5
>
>
> _whenExhaustedAction is not always accessed using synchronization.
> The private static Latch class appears to be used across threads, but has no 
> synchronization.
> The static class Config contains several fields which appear to be used as 
> constants, however the fields are not final.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to