Hi Val, thanks for the reply. This option has avoided the automatic re-balance on failure. I can also see that the server reloads the cache contents when it restarts.
Regards, Shaun On Thu, Mar 10, 2016 at 1:33 AM, vkulichenko <[email protected]> wrote: > Hi Shaun, > > When the node is stopped, it has to be removed from topology. However, if > you want to avoid rebalancing process happening twice during quick restart, > you can set a delay using CacheConfiguration.setRebelanceDelay() property. > If the restart happens within this delay, there will be only one > rebalancing. > > Let me know if this helps. > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Avoiding-rebalance-on-process-restart-tp3421p3426.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
