Hi Steve, Looks like one of your services (AppService) calls IgniteCache.close() when being stopped. As a result cache is closed concurrently with node stop and you get this exception. I don't think there is any real reason to do that, all resources will be released anyway. So you can just remove this call.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Exception-on-Ignite-cluster-shutdown-tp3129p3139.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
