[
https://issues.apache.org/jira/browse/IGNITE-18830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17761889#comment-17761889
]
Mikhail Petrov commented on IGNITE-18830:
-----------------------------------------
TC Bot went mad somehow - mentioned above tests are alright.
See
https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_CacheDeadlockDetection?branch=pull%2F10831%2Fhead&mode=builds
And in fact, no new tests have been added in the PR.
> 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
> Assignee: ZhangJian He
> Priority: Major
> Labels: newbie
> Time Spent: 3h
> Remaining Estimate: 0h
>
> 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)