Hello, It seems that you have to assign your cacheы to "myName" data region as follows:
config.setCacheConfiguration(
new CacheConfiguration<K, V>()
.setName(name1)
.*setDataRegionName("myName")*
.setBackups(1)
.setCacheMode(PARTITIONED)
.setWriteSynchronizationMode(PRIMARY_SYNC)
.setCopyOnRead(false));
Thanks!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
