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 2019/11/21 14:23:00 UTC

[jira] [Commented] (OAK-8779) QueryImpl: indexPlan used for logging always is null

    [ https://issues.apache.org/jira/browse/OAK-8779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979313#comment-16979313 ] 

Thomas Mueller commented on OAK-8779:
-------------------------------------

You are right.

I saw this as well some time ago, but so far didn't log an issue.

I will add that to the technical dept list.

> QueryImpl: indexPlan used for logging always is null
> ----------------------------------------------------
>
>                 Key: OAK-8779
>                 URL: https://issues.apache.org/jira/browse/OAK-8779
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: Julian Reschke
>            Priority: Minor
>
>  
> {noformat}
> if (indexPlan != null && indexPlan.getPlanName() != null) {
>  indexName += "[" + indexPlan.getPlanName() + "]";
>  } {noformat}
>  
> (indexPlan always is null, maybe caused by code being moved around)
>  
> cc: [~chetanm] [~thomasm]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)