Hi! in our project we are currently using ignite 2.8.1 without ignite native persistence enabled. No we would like to enable this feature to prevent data loss during node restart.
Important: We use AttributeNodeFilters to separate our data, e.g data of type1 only lives in the type1-clustergroup and so on. I have two question regarding *native persistence*: 1. After some time we would like to shut down nodes of type1 to save resources (but possibly would like to use it in the future again if business requires it -> we would like the data to remain there safely/persisted). However in order to start up the cluster again the type1 nodes need to be excluded from baseline topology. But then if later on we would like to reuse type1 nodes again their data is getting deleted as soon as they are rejoining the baseline topology. Is there a way to prevent this? 2. When using AttributeNodeFilter it seems that we need to use fixed consistentIds (e.g. consistentId = "type1-0") since otherwise a node of type2 would potentially use the directory of a type1 node in the persistence storage directory which finally would break the data separation when new data is loaded into the caches. Thanks in advance! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/