Re: DataRegionConfiguration update

2020-04-03 Thread Ilya Kasnacheev
Hello! I'm not sure, but I think every persistent configuration works as you have described. It will store unlimited data on disk but `maxSize' in off-heap, and discard data from off-heap automatically. Regards, -- Ilya Kasnacheev пт, 3 апр. 2020 г. в 13:20, Andrey Davydov : > Hello, I expect

Re: DataRegionConfiguration update

2020-04-03 Thread Andrey Davydov
Hello, I expect that second configuration store all data on disk and no more then config.node.memory.max byte in offheap. My tests show that this configuration works. What correct config to achieve this? On Wed, Apr 1, 2020 at 12:59 PM Ilya Kasnacheev wrote: > Hello! > > It should not be possib

Re: DataRegionConfiguration update

2020-04-01 Thread Ilya Kasnacheev
Hello! It should not be possible to change configuration of node when data is already present. Moreover, page eviction settings are supposed to be ignored when persistence is enabled: https://apacheignite.readme.io/docs/evictions Page replacement is prepared instead. I recommend filing an issue

DataRegionConfiguration update

2020-03-27 Thread Andrey Davydov
 Hello, We have Ignite data directory from system with following data region configuration: