[
https://issues.apache.org/jira/browse/OAK-9992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved OAK-9992.
-----------------------------------
Fix Version/s: 1.46.0
Resolution: Fixed
Merged PR.
> Introduce limit for oak.removeCollisions()
> ------------------------------------------
>
> Key: OAK-9992
> URL: https://issues.apache.org/jira/browse/OAK-9992
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: run
> Reporter: Marcel Reutegger
> Assignee: Marcel Reutegger
> Priority: Minor
> Fix For: 1.46.0
>
>
> Currently the utility method in oak.removeCollisions() attempts to remove all
> collision markers for a given clusterId. With many collisions this can be a
> rather expensive operation that is difficult to schedule for MongoDB. I've
> seen cases where removing all collisions during DocumentNodeStore
> initialization was blocked for a very long time on the update call to
> MongoDB. On the MongoDB side the operation was retried many times because it
> conflicted with other concurrent updates on the same document.
> The method should have a third parameter that limits the number of collisions
> to remove in one call.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)