You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2016/11/23 09:31:59 UTC

[jira] [Resolved] (OAK-5145) Warn traversal queries: avoid repeated log entries

     [ https://issues.apache.org/jira/browse/OAK-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved OAK-5145.
---------------------------------
    Resolution: Fixed

http://svn.apache.org/r1770937

> 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)