[
https://issues.apache.org/jira/browse/OAK-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153013#comment-14153013
]
Marcel Reutegger commented on OAK-2151:
---------------------------------------
The root cause for this issue is the snapshot isolation (SI) implemented by
DocumentNodeStore. SI does not guarantee serializability of schedules. The
write skew anomaly occurs because adding a node in Oak usually does not modify
the parent. A conflict goes undetected if the parent is concurrently removed.
> DocumentNodeStore does not detect hierarchy conflict
> ----------------------------------------------------
>
> Key: OAK-2151
> URL: https://issues.apache.org/jira/browse/OAK-2151
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core, mongomk
> Affects Versions: 1.0
> Reporter: Marcel Reutegger
> Assignee: Marcel Reutegger
> Fix For: 1.0.7, 1.1.1
>
>
> The DocumentNodeStore does not detect a hierarchy conflict when a node is
> added and its parent is concurrently removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)