Hi, I think the safest way to do it is to remove nodes on by one from the cluster and wait till rebalance finished after each node(of course, if you have backups). But you should remember, that in case of huge amount of data, rebalance could take some time, which could be significant when you want to scale-out again.
Evgenii 2018-04-30 17:51 GMT+03:00 takumi <[email protected]>: > I am trying to create a highly scalability system. > When the system becomes low load, I scale-in system. > At this time, I want to remove the node correctly from ignite cluster. > In order to transfer the data and backup of that node to another node > automatically, how should I do? > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
