You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/09/04 12:53:00 UTC

[jira] [Updated] (IGNITE-9462) ADD originator to EVT_NODE_LEFT

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

Alexey Goncharuk updated IGNITE-9462:
-------------------------------------
    Description: 
EVT_NODE_LEFT event lacks information about the 'originator' of the node stop, if the node was stopped manually.
We should check if the node is stopped by a signal, by node failure handler or by a user and add this information to the node left event, when it is available.
We should add:
1) Thread name of the thread called Ignition.stop()
2) FQ-class name called Ignition.stop()
3) Cause of failure, if caused by a failure handler

  was:Pls add originator to EVT_NODE_LEFT, Thx


> ADD originator to EVT_NODE_LEFT
> -------------------------------
>
>                 Key: IGNITE-9462
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9462
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Yuriy Sergeev
>            Priority: Major
>
> EVT_NODE_LEFT event lacks information about the 'originator' of the node stop, if the node was stopped manually.
> We should check if the node is stopped by a signal, by node failure handler or by a user and add this information to the node left event, when it is available.
> We should add:
> 1) Thread name of the thread called Ignition.stop()
> 2) FQ-class name called Ignition.stop()
> 3) Cause of failure, if caused by a failure handler



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)