Hi.
We are working with Ignite 2.16 and we found some. issues? We configure Ignite with the following options: setShutdownPolicy(ShutdownPolicy.GRACEFUL), persistent cache, CacheAtomicityMode.TRANSACTIONAL, CacheMode.PARTITIONED, PartitionLossPolicy.READ_ONLY_SAFE, CacheWriteSynchronizationMode.FULL_SYNC, CacheRebalanceMode.SYNC and 1 backup. 1. add 6 nodes 2. activate the cluster 3. add some data 4. remove 4 nodes We expected that the 4 closing nodes sent their data to the remaining 2 nodes, but some nodes did not close properly (they get blocked without closing completely), and the data is lost. How does ShutdownPolicy.GRACEFUL work? If we do not use that feature, the data is lost but the nodes close properly without blocking. With 2 nodes we had the same problem when we try to remove 1 node. Thank.