Hi all,
I'm using IgniteCompute#affinityRun(cacheName, key, runnable) to
execute the tasks where the data resides. If cache rebalance happens in the
middle of task execution, then the task is not aware of the rebalance. Is
there any provision available to interrupt the task ?I would like to throw `ComputeJobFailOverException` if interrupted. Regards, Kamal C
