> 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."
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
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