hemanta did you call close() on the Ignite instance?
Ignite ignite = Ignition.start();
// do something with ignite
ignite.close()I have a similar problem before, and found that Ignite have some threads running which prevent the jvm from stopping even the main thread ended. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Re-Ignite-Shutdown-Hook-tp9661p9670.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
