Re: Cancel tasks on Ignite compute grid worker nodes

2016-05-19 Thread fs12345
Hi, Thank you for your help. I have tried activeTaskFutures() and was able to cancel tasks that way. Regards, -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cancel-tasks-on-Ignite-compute-grid-worker-nodes-tp5027p5039.html Sent from the Apache Ignite Use

Cancel tasks on Ignite compute grid worker nodes

2016-05-19 Thread fs12345
Hi all, Let me start by saying I am quite a novice with Apache Ignite. Here is my question : I want to be able to monitor and cancel tasks running or that are going to run on worker nodes of an Ignite Cluster (say for example if one task takes too long to complete), and without using Visor. I