You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by dkarachentsev <dk...@gridgain.com> on 2017/05/08 11:06:38 UTC

Re: Cache Not working

Hi,

Ignite and IgniteCache implement AutoCloseable interface, which means, if
you use try-with-resources or explicitly call close() method it stops node
and cache.

Try not to stop Ignite node and cache while test.

-Dmitry.



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

Re: Cache Not working

Posted by dkarachentsev <dk...@gridgain.com>.
Hi,

Sorry for late response. It looks like you close the stream and stop the
node before any data got received. Try to remove try-with-resources from
starting client node, creating cache and streamer.

-Dmitry.



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