In addition there is IgniteCompute.activeTaskFutures() method that returns
all currently running tasks executed by current node. You can also use these
futures to cancel tasks.

Also note that you can only cancel the whole task (which as usually a set of
several job executed on server nodes). Once you cancel the task, all jobs
will be interrupted.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Cancel-tasks-on-Ignite-compute-grid-worker-nodes-tp5027p5035.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to