Lokesh, looking at the javadocs of [1] you can subscribe for EVT_NODE_FAILED and EVT_NODE_SEGMENTED events.
>From my personal experience SegmentationPolicy.NOOP is required in very rare cases. My approach would be to STOP the node in most of the cases when the segment happens or you can RESTART depending on your use case. [1] EVT_NODE_FAILED <https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/events/EventType.html#EVT_NODE_FAILED> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
