Hi,

I have set the custom failure handler using the IgniteConfiguration:

IgniteConfiguration cfg = new IgniteConfiguration();
GeDistributedCacheFailureHandler failureHandler = new
GeDistributedCacheFailureHandler();
failureHandler.setIgnoredFailureTypes(Collections.EMPTY_SET);
cfg.setFailureHandler(failureHandler);


But still this is being ignored and *StopNodeFailureHandler* is being
invoked. The failureContext indicates that its due to Segmentation error.
Could you let me know how can I invoke custom failure handler in this
scenario?

Application logs of the error:





Thanks,
Ashish



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to