Hi,

Yes, ignite.close() cancels all currently running tasks. You can replace
this call with the following:

Ignition.stop(ignite.name(), false)

The second parameter means that the stopping node should not cancel tasks
and will wait for their completion.

Hope this helps.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Graceful-shutdown-tp4911p4920.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to