I have a few questions about data balancing 1. With synchronous data rebalancing, I understand that the newly added node will not available for any cache operations till the data is completely rebalanced in the cluster. This means that other nodes including the one from which the data is being transferred to the new node will be available for cache operations. Currently running transactions would not be affected. Is my understanding correct?
2. With asynchronous data rebalancing mode, does the newly added node start serving cache request as soon as the first cache entry is added to the node? Does the new node even participate in cache transactions that are started after this first cache entry was added? 3. With none rebalancing option, we are basically configuring a particular cache to not take the advantage of any new nodes added to the cluster. Is my understanding correct? Thanks. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Data-Rebalancing-Transactions-tp10092.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
