You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/03/26 16:06:27 UTC

[jira] Resolved: (JCR-2586) Missing synchronization in InternalVersionHistoryImpl

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

Jukka Zitting resolved JCR-2586.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Jukka Zitting

Fixed in revisions 927898 and 927900.

> Missing synchronization in InternalVersionHistoryImpl
> -----------------------------------------------------
>
>                 Key: JCR-2586
>                 URL: https://issues.apache.org/jira/browse/JCR-2586
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core, versioning
>    Affects Versions: 2.0.0
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 2.1.0
>
>
> The InternalVersionHistoryImpl objects can be accessed (and modified) concurrently by multiple sessions, which can in some rare cases result in corruption in the internal cache map data structures. Access to these cache maps should be properly synchronized.

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