You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2010/10/12 15:32:34 UTC

[jira] Created: (JCR-2780) Best effort merge if concurrent modifications include changes to mixin types

Best effort merge if concurrent modifications include changes to mixin types
----------------------------------------------------------------------------

                 Key: JCR-2780
                 URL: https://issues.apache.org/jira/browse/JCR-2780
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: angela
            Assignee: angela
             Fix For: 2.2.0


currently the NodeStateMerger#merge method immediately aborts if the mixin types of the 2 nodes are not the same.

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


[jira] Resolved: (JCR-2780) Best effort merge if concurrent modifications include changes to mixin types

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-2780.
-------------------------

    Resolution: Fixed

> Best effort merge if concurrent modifications include changes to mixin types
> ----------------------------------------------------------------------------
>
>                 Key: JCR-2780
>                 URL: https://issues.apache.org/jira/browse/JCR-2780
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.2.0
>
>         Attachments: JCR-2780.patch
>
>
> currently the NodeStateMerger#merge method immediately aborts if the mixin types of the 2 nodes are not the same.

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


[jira] Commented: (JCR-2780) Best effort merge if concurrent modifications include changes to mixin types

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923480#action_12923480 ] 

Stefan Guggisberg commented on JCR-2780:
----------------------------------------

+1 for the patch, thanks!

> Best effort merge if concurrent modifications include changes to mixin types
> ----------------------------------------------------------------------------
>
>                 Key: JCR-2780
>                 URL: https://issues.apache.org/jira/browse/JCR-2780
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.2.0
>
>         Attachments: JCR-2780.patch
>
>
> currently the NodeStateMerger#merge method immediately aborts if the mixin types of the 2 nodes are not the same.

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


[jira] Updated: (JCR-2780) Best effort merge if concurrent modifications include changes to mixin types

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated JCR-2780:
------------------------

    Attachment: JCR-2780.patch

proposed patch.

despite that fact that i created the patch with major care and tried to cover as much with tests:
please review within the next week. this sort of changes is prone to cause major problems or inconsistencies.

unless someone objects, raises concerns or finds issues i will apply the patch (if i find time with additional tests)
sometime next week.

> Best effort merge if concurrent modifications include changes to mixin types
> ----------------------------------------------------------------------------
>
>                 Key: JCR-2780
>                 URL: https://issues.apache.org/jira/browse/JCR-2780
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.2.0
>
>         Attachments: JCR-2780.patch
>
>
> currently the NodeStateMerger#merge method immediately aborts if the mixin types of the 2 nodes are not the same.

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