Re: Compute Grid Questions

2017-07-18 Thread Matt
; -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Compute-Grid-Questions-tp14980p15091.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Compute Grid Questions

2017-07-18 Thread vkulichenko
Matt, undeployTask method is about task deployment [1], it's unrelated to the discussion. [1] https://apacheignite.readme.io/docs/deployment-spi -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Compute-Grid-Questions-tp14980p15091.html Sent fro

Re: Compute Grid Questions

2017-07-18 Thread Matt
ch (InterruptedException e) { > isInterrupted = true; > } > > System.out.println("isInterrupted: " + isInterrupted); > } > } > } > > Thanks, > Slava. > > > > -- > View this message in context: http://apache-ignite-use

Re: Compute Grid Questions

2017-07-18 Thread slava.koptilin
om/Compute-Grid-Questions-tp14980p15055.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Compute Grid Questions

2017-07-17 Thread Matt
gt; should check the interrupted flag and stop the execution if needed. > > 3. See #1. Having session ID, you can get a future for a task and then > cancel it. But again, it's all local - this state is not shared across > nodes. > > -Val > > > > -- > View this mess

Re: Compute Grid Questions

2017-07-17 Thread vkulichenko
cancel it. But again, it's all local - this state is not shared across nodes. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Compute-Grid-Questions-tp14980p15015.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Compute Grid Questions

2017-07-16 Thread Matt
Hi all, I want to run some code on a node based on an affinity key, for that I'm using ignite.compute().affinityRunAsync(...) but I have a few questions about this. *1.* Is it possible to give every closure a name (kind of an id), so that when I start a new client, I can somehow get the list of r