You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "Stefan Guggisberg (Assigned) (JIRA)" <ji...@apache.org> on 2012/03/30 15:36:26 UTC

[jira] [Assigned] (OAK-43) Incomplete journal when move and copy operations are involved

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

Stefan Guggisberg reassigned OAK-43:
------------------------------------

    Assignee: Stefan Guggisberg
    
> Incomplete journal when move and copy operations are involved
> -------------------------------------------------------------
>
>                 Key: OAK-43
>                 URL: https://issues.apache.org/jira/browse/OAK-43
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: mk
>            Reporter: Michael Dürig
>            Assignee: Stefan Guggisberg
>
> Given a node at /source:
> {code}
> head = mk.commit("/",
>     ">\"source\" : \"moved\"" +
>     "*\"moved\" : \"copy\"",
>     head, "");
> {code}
> results in the following journal:
> {code}
> >"/source":"/copy"
> {code}
> where the freshly created node at /moved is missing.
> Similarly 
> {code}
> head = mk.commit("/",
>     "*\"source\" : \"copy\"" +
>     ">\"copy\" : \"moved\"",
>     head, "");
> {code}
> results in
> {code}
> +"/moved":{}
> {code}
> where moved away node at /source is missing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira