Looks like the same problem was reported here -
http://apache-ignite-users.70518.x6.nabble.com/Exception-on-Ignite-cluster-shutdown-td3129.html.
I started another thread on dev list regarding exceptions in method
signatures.

--Yakov

2016-02-23 4:47 GMT+03:00 vkulichenko <[email protected]>:

> 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.
>

Reply via email to