Hi, I noticed that you're reusing the CacheConfiguration when you recreate the cache:
CacheConfiguration cacheCfg = new CacheConfiguration(cache.getConfiguration(CacheConfiguration.class)); This looks suspicious and can be the reason for the issue. Please try to create brand new configuration each time. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cannot-recreate-cache-after-cache-destroy-tp7291p7420.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
