You are correct. i am using vertx-ignite. i dont understand the reason for stopping the ignite.
I am using KafkaStreamer and it must be stopped on a node when is it leave the ignite cluster. Do you have any suggestions ? I mean - Lets say there are two ignite nodes (A & B). when ignite is started on a node and kafka streamer is started. now A & B forms the cluster. now A is not reachable to cluster because of some network issue. Does ignite is stopped on A ? or how A is notified that is not in the cluster ? A and B runs as separate ignite instances ? Please clarify. Thanks On 14 December 2016 at 14:34, Alexandr Kuramshin <[email protected]> wrote: > It's seems that you are trying to getOrCreateCache after the grid was > stopped. > > Message recieved by KafkaCacheDataStreamer's running in a parrallel thread > (pool-6-thread-1). You should first stop all streaming threads and then > stop the grid. > > 2016-12-14 11:12 GMT+07:00 Anil <[email protected]>: > >> HI, >> >> I have attached the logs. thanks >> >> Thanks. >> >> On 13 December 2016 at 18:59, dkarachentsev <[email protected]> >> wrote: >> >>> Hi, >>> >>> Cache could be stopped when was called IgniteCache.close(), >>> IgniteCache.destroy() or node is stopping. >>> Please, attach logs to find out your reason. >>> >>> >>> >>> -- >>> View this message in context: http://apache-ignite-users.705 >>> 18.x6.nabble.com/Cache-stopped-tp9503p9509.html >>> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >>> >> >> > > > -- > Thanks, > Alexandr Kuramshin >
