You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/06/08 12:41:00 UTC

[jira] [Commented] (IGNITE-13047) Ignite node must return Ignition#KILL_EXIT_CODE exit code, if node had stopped by StopNodeFailureHandler or StopNodeOrHaltFailureHandler

    [ https://issues.apache.org/jira/browse/IGNITE-13047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128265#comment-17128265 ] 

Kirill Tkalenko commented on IGNITE-13047:
------------------------------------------

If need to terminate jvm process when stopping node by [1], you can use [2] with tryStop == true.

[1] - org.apache.ignite.failure.FailureHandler
[2] - org.apache.ignite.failure.StopNodeOrHaltFailureHandler

> Ignite node must return Ignition#KILL_EXIT_CODE exit code, if node had stopped by StopNodeFailureHandler or StopNodeOrHaltFailureHandler
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13047
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13047
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Sergey Antonov
>            Assignee: Kirill Tkalenko
>            Priority: Major
>
> Ignite process must be finished with exit code 130 [1] if the node had stopped by StopNodeFailureHandler or StopNodeOrHaltFailureHanlder.
> [1] https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/Ignition.html#KILL_EXIT_CODE



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