[
https://issues.apache.org/jira/browse/IGNITE-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov reassigned IGNITE-3846:
----------------------------------------
Assignee: Alexey Kuznetsov
> 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: Alexey Kuznetsov
> 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)