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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Valentin Kulichenko created IGNITE-3846:
-------------------------------------------

             Summary: 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
            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)