You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/02/21 15:02:00 UTC

[jira] [Updated] (IGNITE-18830) GridQueryProcessor logs unnecessary error message

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

Yury Gerzhedovich updated IGNITE-18830:
---------------------------------------
    Labels: newbie  (was: )

> GridQueryProcessor logs unnecessary error message
> -------------------------------------------------
>
>                 Key: IGNITE-18830
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18830
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.14
>            Reporter: Benjamin Garaude
>            Priority: Major
>              Labels: newbie
>
> GridQueryProcessor logs error message of type:
> {quote}07:24:47.571 [build-idx-runner-#123%default-grid%|#123%default-grid%] ERROR o.a.i.i.p.q.GridQueryProcessor - Failed to rebuild indexes for cache [name=...] 
> {quote}
> But there is no underlying error.
> After a quick analysis, this log is emitted by org.apache.ignite.internal.processors.query.GridQueryProcessor.java:2640
> If the err is null and log.isInfoEnabled() is false, (which is our case) then it misses the if at line 2637, and goes to the else at line 2640.
> This is likely a log issue in that class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)