Re: ShutdownPolicy.GRACEFUL blocks nodes

2024-12-09 Thread Ilya Shishkov
> you have to delete it from I meant that you have to remove nodes from the baseline, not the data. пн, 9 дек. 2024 г. в 13:56, Ilya Shishkov : > > Hi, > > According javadoc: "Node will stop if and only if it does not store > any unique partitions, that don't have another copies in the cluster."

Re: ShutdownPolicy.GRACEFUL blocks nodes

2024-12-09 Thread Ilya Shishkov
Hi, According javadoc: "Node will stop if and only if it does not store any unique partitions, that don't have another copies in the cluster." [1]. If you want to move data from nodes, you have to delete it from baseline manually or by means of baseline auto adjustment [2]. 1. https://ignite.ap

ShutdownPolicy.GRACEFUL blocks nodes

2024-12-09 Thread jrovira
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, CacheWriteSynchronization