Thanks Alex. I will study the links you provided. I need to deal with rebalancing programmatically.
On Wed, Jan 13, 2021 at 4:33 PM akorensh <alexanderko...@gmail.com> wrote: > Hi, > You can monitor using JMX as described here: > > https://ignite.apache.org/docs/latest/monitoring-metrics/metrics#monitoring-rebalancing > > you can also visually monitor rebalance via a special widget in control > center: > > https://www.gridgain.com/docs/control-center/latest/monitoring/configuring-widgets#rebalance-widget > https://ignite.apache.org/docs/latest/tools/gg-control-center > > There is no way to manually pause the rebalancing process as it is > performed automatically in response to specific events. You can, however, > use config settings to delay the start of the rebalance process in response > to nodes joining/leaving, change batch size, etc.. > see: https://ignite.apache.org/docs/latest/data-rebalancing#throttling > https://ignite.apache.org/docs/latest/data-rebalancing#other-properties > > > As an aside, this system view gives you a view into those properties: > > https://ignite.apache.org/docs/latest/monitoring-metrics/system-views#caches > > Thanks, Alex > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >