Re: Apache Ignite CacheRebalanceMode Is Not Respected By Nodes

2020-07-22 Thread Denis Magda
Here is a detailed instruction for managing data distribution across server nodes: https://www.gridgain.com/docs/latest/developers-guide/configuring-caches/managing-data-distribution - Denis On Tue, Jul 21, 2020 at 6:19 PM Evgenii Zhuravlev wrote: > Hi, > > CacheRebalanceMode is responsible

Re: Apache Ignite CacheRebalanceMode Is Not Respected By Nodes

2020-07-21 Thread Evgenii Zhuravlev
Hi, CacheRebalanceMode is responsible for a different thing - it starts to work when data need to be rebalanced due to topology(or baseline topology change). It's not responsible for data distribution between nodes for put operations. So, when you insert data, part of this data belongs to the

Apache Ignite CacheRebalanceMode Is Not Respected By Nodes

2020-07-15 Thread cparaskeva
The setup: Hello folks I have a simple Apache Ignite setup with two Ignite instances configured as server nodes over C# and one Ignite instance as a client node over java. What is the goal: Populate data on instance 1 and instance 2 but avoid movement of data between them. In other words data