You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (Jira)" <ji...@apache.org> on 2019/09/18 22:08:00 UTC

[jira] [Commented] (IGNITE-12198) GridDiscoveryManager uses hardcoded failure handler

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

Andrey Gura commented on IGNITE-12198:
--------------------------------------

By design, accordingly to configured segmentation policy. 

> GridDiscoveryManager uses hardcoded failure handler
> ---------------------------------------------------
>
>                 Key: IGNITE-12198
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12198
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.7.5
>            Reporter: Rohit Joshi
>            Priority: Major
>
> GridDiscoveryManager.onSegmentation() explicitly passes StopNodeFailureHandler to FailureProcessor overriding the failureHandler provided in IgniteConfiguration.
> {code:java}
> case RESTART_JVM:
>     ctx.failure().process(new FailureContext(FailureType.SEGMENTATION, null), restartProcHnd);
>     break;
> case STOP:
>     ctx.failure().process(new FailureContext(FailureType.SEGMENTATION, null), stopNodeHnd);
>     break; {code}
>  



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