You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2014/02/20 17:33:29 UTC

[jira] [Resolved] (OAK-1370) Guard against concurrent read access through the same session

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

Michael Dürig resolved OAK-1370.
--------------------------------

    Resolution: Fixed

Fixed at http://svn.apache.org/r1570251

> Guard against concurrent read access through the same session
> -------------------------------------------------------------
>
>                 Key: OAK-1370
>                 URL: https://issues.apache.org/jira/browse/OAK-1370
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 0.18
>
>
> OAK-687 synchronized {{SessionDelegate#perform}} to protect Oak internal data structures from becoming corrupt in the case a session is accessed concurrently from multiple threads. Turns out however, that there are more cases we didn't consider so far: e.g. concurrently iterating over iterators returned by {{Node.getNodes()}} is not captured by this mechanism. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)