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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/22 14:14:22 UTC

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

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

        

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

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

Unico Hommes resolved JCR-3269.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.3
    
> 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
>             Fix For: 2.4.3, 2.6
>
>         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

        

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

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

Unico Hommes updated JCR-3269:
------------------------------

    Fix Version/s: 2.6

This one is also eligible for backport to 2.4. Please speak up if you disagree.
                
> 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
>             Fix For: 2.6
>
>         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

        

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

Posted by "Unico Hommes (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

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

Unico Hommes updated JCR-3269:
------------------------------

    Attachment: fixdisconnectednodes.patch
    
> 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

        

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

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

Jukka Zitting updated JCR-3269:
-------------------------------

    Fix Version/s:     (was: 2.6)
                   2.5.1
    
> 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
>             Fix For: 2.4.3, 2.5.1
>
>         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