automatic node failure

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

automatic node failure

dsetrakyan
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.
Reply | Threaded
Open this post in threaded view
|

Re: automatic node failure

Alexey Plekhanov
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 <[hidden email]>:

> 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.
>