You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/09/07 15:48:20 UTC

[jira] [Commented] (IGNITE-3846) Some of the job execution events are recorded for internal tasks

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

Valentin Kulichenko commented on IGNITE-3846:
---------------------------------------------

Alexey,

Looks good to me. Please merge.

> Some of the job execution events are recorded for internal tasks
> ----------------------------------------------------------------
>
>                 Key: IGNITE-3846
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3846
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.7
>            Reporter: Valentin Kulichenko
>            Assignee: Valentin Kulichenko
>            Priority: Critical
>             Fix For: 1.8
>
>
> {{GridTaskWorker.recordJobEvent(..)}} method doesn't filter out internal tasks. This is how the code should look like:
> {code}
> if (!internal && ctx.event().isRecordable(evtType)) {
>     ...
> }
> {code}
> Tests should be added as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)