Hello! I think you can listen for REBALANCE_STARTED/REBALANCE_STOPPED events.
Just don't forget to turn them 'on' in nodes' configurations. Regards, -- Ilya Kasnacheev пн, 11 нояб. 2019 г. в 09:51, novacean.alex <[email protected]>: > Hi, is there a way to find out if there is a rebalance process going on in > the cluster? > > What i am trying to do is the following: > - i have a cluster of 3 server noded active in kubernetes > - when 1 node gets restarted i want to be able to check in an init > container > if a rebalance process is in progress > - in the init container i was thinking to have an ignite client node > connecting to the cluster or something else that would tell me if there is > or not a rebalance process in progress > - if it is, don't start the restarted node yet > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
