Hello! Actually, the default value for dfltDataRegConf is not null, so it should work. It can't be null or the node will not start. I have just tested it on master and it seems that system data region is started as persistent.
Why do you think that it is not started as persistent? I'm actually not sure that data structures support persistence properly, but underlying caches should be persistent. Regards, -- Ilya Kasnacheev вт, 21 янв. 2020 г. в 10:29, j_recuerda <[email protected]>: > Hello, > > Thanks a lot, Ilya. According to this snippet, It should work when a > DefaultDataRegion is configured, as you mention. I have tested and checked > that this function returns true but it doesn't work, the AtomicSequence I > am > expecting to be persistent is not persisted. > > From my point of view, it is annoying that not setting a DefaultDataRegion > doesn't behave as setting a default constructed DefaultDataRegion. > > Thanks! > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
