Hi, 1. Rebalancing mode only changes the behavior of public API, i.e. if you call IgniteCache.put() for example, it will wait for rebalancing to finish. If it's a standalone node where you do not use the API, rebalancing mode does not have any affect.
2. Newly added node start serving cache requests as soon as it's started, this does not depend on rebalancing mode. 3. NONE mode assumes that you will trigger rebalancing manually using IgniteCache.rebalance() method. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Data-Rebalancing-Transactions-tp10092p10105.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
