[
https://issues.apache.org/jira/browse/OAK-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Mueller updated OAK-5145:
--------------------------------
Component/s: query
> Warn traversal queries: avoid repeated log entries
> --------------------------------------------------
>
> Key: OAK-5145
> URL: https://issues.apache.org/jira/browse/OAK-5145
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: query
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
> Fix For: 1.5.15
>
>
> OAK-4888 logs a warning by default if there are queries that traverse. If a
> query contains joins, the message is logged for each selector. It should only
> be logged once for a query:
> {noformat}
> /jcr:root/home//a/*
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> /jcr:root/home//a/b/c/d/*
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> > Traversal query (query without index): ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)