Prasad, User errors are propagated to the calling site, so you can implement failover outside of the task’s logic.
Denis On 11 Oct 2019, 17:33 +0300, Prasad Bhalerao <prasadbhalerao1...@gmail.com>, wrote: > Hi, > > How to define custom failover behavior when executing IgniteRunnable or > IgniteCallable tasks executed with ignite.compute().affinityRun or > ignite.compute().affinityCall ? > > I want to retry the task on few user errors. > > Implementing additional interface ComputeTask along with IgniteRunnable is > not helping in this case. > > Thanks, > Prasad