You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Dmitriy Setrakyan <ds...@apache.org> on 2018/07/30 23:59:49 UTC

automatic node failure

Igniters,

I remember that we have added automatic node failure in case of unknown
errors or events that may be fatal. Does this extend to the actual user
exceptions?

The reason I am asking is because of this thread on SO:
https://stackoverflow.com/questions/51556794/ignite-server-node-crashes-on-
throwing-user-defined-exceptions-from-the-cache-st

Andrey Gura, as the expert on the automatic node failure feature, can you
please comment?

D.

Re: automatic node failure

Posted by Alex Plehanov <pl...@gmail.com>.
Dmitriy,

Failure handler not supposed to be triggered by user defined exception, but
in some cases user defined exception can cause critical system threads
termination and this event will trigger a failure handler (which can
shutdown the node).
There is still no reproducer or full stack trace on StackOverflow, so it's
hard to tell was node stopped by failure handler or by any other reason.


2018-07-31 2:59 GMT+03:00 Dmitriy Setrakyan <ds...@apache.org>:

> Igniters,
>
> I remember that we have added automatic node failure in case of unknown
> errors or events that may be fatal. Does this extend to the actual user
> exceptions?
>
> The reason I am asking is because of this thread on SO:
> https://stackoverflow.com/questions/51556794/ignite-
> server-node-crashes-on-
> throwing-user-defined-exceptions-from-the-cache-st
>
> Andrey Gura, as the expert on the automatic node failure feature, can you
> please comment?
>
> D.
>