what is the difference between "CacheConfiguration.setRebalanceMode(CacheRebalanceMode.NONE)" and "CacheConfiguration.setRebalanceDelay(-1)"?
I think both of them need to start rebalance manually by calling IgniteCache.rebalance(). BTW, At the particular time, Can I know whether it need to do rebalance or not? Because I just want to do rebalance if necessary. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-let-Ignite-to-do-rebalance-at-a-particular-time-tp11301p11309.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
