Depending on your configuration, job is either going to be routed to another node for execution, or you will get an exception. See [1] for details.
[1] - https://apacheignite-cpp.readme.io/docs/fault-tolerance Best Regards, Igor On Thu, Jun 7, 2018 at 5:15 PM, F.D. <[email protected]> wrote: > How can I know if I'm waiting because my job is complex and it takes much > time, or because the node where it was running is crashed? > > Regards, > F.D. > > On Thu, Jun 7, 2018 at 4:01 PM Igor Sapego <[email protected]> wrote: > >> What do you mean by "failed"? >> >> Best Regards, >> Igor >> >> On Thu, Jun 7, 2018 at 2:33 PM, F.D. <[email protected]> wrote: >> >>> Hi, >>> when I launch a distibute closure calling the Call method or by >>> RunAsync, how can I check if the function is failed? Only by timeout? >>> >>> Thanks, >>> F.D. >>> >> >>
