You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Tolstunov (Jira)" <ji...@apache.org> on 2020/09/10 09:00:00 UTC

[jira] [Updated] (IGNITE-13425) Add task name to the log messages related to this task

     [ https://issues.apache.org/jira/browse/IGNITE-13425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Tolstunov updated IGNITE-13425:
--------------------------------------
    Description: 
Right now, it's pretty hard to understand anything related to the Compute task from this log message:

WARN  o.a.i.i.p.task.GridTaskProcessor - Received job execution response while stopping grid (will ignore): GridJobExecuteResponse [nodeId=cc2429d3-b1a0-4bc1-9358-edb919d5c64e, sesId=e2c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, jobId=23c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, gridEx=null, isCancelled=true, retry=null]

Potential solution: add taskName to GridJobExecuteResponse.

  was:
Right now, it's pretty hard to understand anything related to the Compute task from this log message:

WARN  o.a.i.i.p.task.GridTaskProcessor - Received job execution response while stopping grid (will ignore): GridJobExecuteResponse [nodeId=cc2429d3-b1a0-4bc1-9358-edb919d5c64e, sesId=e2c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, jobId=23c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, gridEx=null, isCancelled=true, retry=null]

Proposal: add taskName to GridJobExecuteResponse.


> Add task name to the log messages related to this task
> ------------------------------------------------------
>
>                 Key: IGNITE-13425
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13425
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Nikita Tolstunov
>            Assignee: Nikita Tolstunov
>            Priority: Major
>
> Right now, it's pretty hard to understand anything related to the Compute task from this log message:
> WARN  o.a.i.i.p.task.GridTaskProcessor - Received job execution response while stopping grid (will ignore): GridJobExecuteResponse [nodeId=cc2429d3-b1a0-4bc1-9358-edb919d5c64e, sesId=e2c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, jobId=23c961e4371-cc2429d3-b1a0-4bc1-9358-edb919d5c64e, gridEx=null, isCancelled=true, retry=null]
> Potential solution: add taskName to GridJobExecuteResponse.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)