Marcel Reutegger created OAK-5366: ------------------------------------- Summary: Optimize pre-filtering with long paths Key: OAK-5366 URL: https://issues.apache.org/jira/browse/OAK-5366 Project: Jackrabbit Oak Issue Type: Improvement Components: core Reporter: Marcel Reutegger Assignee: Marcel Reutegger Priority: Minor Fix For: 1.8
ChangeSetFilterImpl.doExcludes(ChangeSet) currently returns quickly with {{false}} when the ChangeSet reached maxPathDepth. The default maxPathDepth is 9 and some applications may hit this limit quite frequently. E.g. Apache Sling's job implementation stores frequently modified job data further down the hierarchy. A quick win in this case might be to at least check the first level path include names. -- This message was sent by Atlassian JIRA (v6.3.4#6332)