Hello! I think you were right and I was confused: data structures will always use default data region (and not the system cache that I was thinking for some unknown reason).
Currently you can't change that, which means that you need to declare your default data region persistent, and possibly only use it for data structures, maybe other persistent needs. Then, you should also declare a non-persistent region and use it for non-persistent caches. This may be less convenient for you, but this seems to be the only way currently. Regards, -- Ilya Kasnacheev чт, 23 янв. 2020 г. в 13:57, j_recuerda <[email protected]>: > Hello, > > I am using 2.7.6 in the code I shared. I didn't want to open a new post and > continued a thread with "Ignite 2.3" in the title . > > Regards, > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
