Re: How to identify if re-balancing completed

2019-12-02 Thread Evgenii Zhuravlev
Hi Akash,

Here is the doc for such monitoring:
https://www.gridgain.com/docs/latest/administrators-guide/monitoring-metrics/metrics#monitoring-rebalancing

Also, org.apache.ignite.internal.processors.cache.CacheLocalMetricsMXBeanImpl
contains more metrics related to the rebalance.

Evgenii

пн, 2 дек. 2019 г. в 07:12, Akash Shinde :

> Hi,
>
> If there are multiple nodes in cluster and if one of the node/nodes goes
> down or a new node/nodes is added how to make sure that re-balancing of all
> cache partitions has been completed successfully? I need this to implement
> rolling restart.
>
> Thanks,
> Aksah
>
>


How to identify if re-balancing completed

2019-12-02 Thread Akash Shinde
Hi,

If there are multiple nodes in cluster and if one of the node/nodes goes
down or a new node/nodes is added how to make sure that re-balancing of all
cache partitions has been completed successfully? I need this to implement
rolling restart.

Thanks,
Aksah