[
https://issues.apache.org/jira/browse/IGNITE-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469505#comment-15469505
]
Alexey Kuznetsov edited comment on IGNITE-3846 at 9/7/16 9:30 AM:
------------------------------------------------------------------
# GridTaskWorker.recordJobEvent(..) - fixed.
# GridEventStorageSelfTest#testGridInternalEvents()
Val, could you please review my fix in branch ignite-3846
You may use this link:
https://github.com/gridgain/apache-ignite/compare/ignite-1.6.7...gridgain:ignite-3846
was (Author: kuaw26):
# GridTaskWorker.recordJobEvent(..) - fixed.
# GridEventStorageSelfTest#testGridInternalEvents()
Yakov, could you please review my fix in branch ignite-3846
You may use this link:
https://github.com/gridgain/apache-ignite/compare/ignite-1.6.7...gridgain:ignite-3846
> 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)