Hi,
  You can monitor rebalance programmatically using JMX,
  
https://ignite.apache.org/docs/latest/monitoring-metrics/metrics#monitoring-rebalancing
   or events:
https://ignite.apache.org/docs/latest/events/events#cache-rebalancing-events
   and have your app react accordingly.


   You can set the rebalanceDelay property to have each rebalance job start
w/a delay.
   https://ignite.apache.org/docs/latest/data-rebalancing#other-properties

   A rebalance is usually triggered in response to discovery or cache
lifecycle events:
   https://ignite.apache.org/docs/latest/events/events#discovery-events
  
https://ignite.apache.org/docs/latest/events/events#cache-lifecycle-events

   Note that w/persistent clusters, rebalance is triggered when there is a
change in the
   baseline topology: https://ignite.apache.org/docs/latest/data-rebalancing

   There is not a way to delay an upcoming rebalancing job save for the
aforementioned rebalanceDelay property. The property will delay all
rebalance jobs a set number of milliseconds.

Thanks, Alex



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to