[
https://issues.apache.org/jira/browse/OAK-10499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17776263#comment-17776263
]
Marcel Reutegger commented on OAK-10499:
----------------------------------------
Created a draft PR with an ignored test that reproduces the issue:
https://github.com/apache/jackrabbit-oak/pull/1160
> Node bundling may resurrect node
> --------------------------------
>
> Key: OAK-10499
> URL: https://issues.apache.org/jira/browse/OAK-10499
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: documentmk
> Reporter: Marcel Reutegger
> Priority: Major
>
> In some cases the DocumentNodeStore node bundling features may resurrect
> nodes that have been deleted. The issue happens when the following conditions
> are met:
> - The repository contains a node structure with bundled nodes
> - There is a non-bundled node below a bundled node
> - The node structure is removed with a clusterId different from the one used
> when the nodes were created
> - The node structure is partially re-created with a primary type that is not
> configured for node bundling and with a clusterId different from the one used
> when the nodes were removed.
> After this sequence the non-bundled descendant node is resurrected, even
> though it was not recreated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)