You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2007/12/06 19:56:58 UTC

[jira] Updated: (WICKET-1082) Check for concurrent access to HashMaps and other data structures

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

Frank Bille Jensen updated WICKET-1082:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> Check for concurrent access to HashMaps and other data structures
> -----------------------------------------------------------------
>
>                 Key: WICKET-1082
>                 URL: https://issues.apache.org/jira/browse/WICKET-1082
>             Project: Wicket
>          Issue Type: Task
>    Affects Versions: 1.3.0-beta4
>            Reporter: Jonathan Locke
>             Fix For: 1.3.0-rc3
>
>
> We just found and fixed a serious concurrency issue in Localizer.  The HashMap in Localizer is accessed concurrently and under a high enough load, sometimes the HashMap data structure gets corrupted, causing infinite loops on servers.  We need to ensure that other places don't have this problem too.  Any application scope shared data structure (shared resources maybe?) should be checked and made concurrent for 1.3 final, if possible.

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