Re: IgniteCache.destroy() taking long time

2019-08-14 Thread Alexander Kor
Hi, Can you please share your cache configuration. How many nodes do you have in your cluster? If you are running in PARTITONED mode then some exchange of information will occur. More details here: https://apacheignite.readme.io/docs/cache-modes Do you have a reproducer project?

Re: Invoking an entry processor from a CacheInterceptorAdapter

2019-07-25 Thread Alexander Kor
This message means that you are trying to start two ignite instances in the same JVM with the same igniteInstanceName in your configuration. https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/IgniteConfiguration.html#setIgniteInstanceName-java.lang.String-