Hello,

There is no way to configure a custom failure handler for segmentation
error, you can only choose from 3 available variants bounded to
segmentation policy (Use IgniteConfiguration.setSegmentationPolicy to
change policy)

чт, 22 апр. 2021 г. в 17:10, ashishg <ashish.gulgu...@gmail.com>:

> 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