You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Unico Hommes (Commented) (JIRA)" <ji...@apache.org> on 2012/03/22 14:16:22 UTC

[jira] [Commented] (JCR-3269) Consistency checker should fix 'disconnected' nodes

    [ https://issues.apache.org/jira/browse/JCR-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235563#comment-13235563 ] 

Unico Hommes commented on JCR-3269:
-----------------------------------

Patch against 2.6 trunk. Includes patches JCR-3267 and JCR-3265
                
> Consistency checker should fix 'disconnected' nodes
> ---------------------------------------------------
>
>                 Key: JCR-3269
>                 URL: https://issues.apache.org/jira/browse/JCR-3269
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>            Reporter: Unico Hommes
>         Attachments: fixdisconnectednodes.patch
>
>
> A disconnected node is a node for which there is a node which has that node listed as a child, but the child node doesn't refer back to that parent node.
> Instead it can have a parent id that is either <null>, refers to a node that doesn't exist, refers to a parent but that parent doesn't refer back to it, refers to a parent and that parent also refers back to it.
> In all four cases the consistency checker should remove the child node entry in the node that refers to the disconnected node as a child.

--
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