Hello, We are running many ignite server nodes in windows VM scaleset in a cloud. But sometimes cloud provider forcefully reboot multiple VMs for system update (even though update policy is set to manual, it forces reboot sometimes)
Cache mode is partitioned cache with 2 backups. The worst case scenario would be like the cloud provider reboots all three VMs (1 primary + 2 backups) at the same time. The we might lose data. So, we have Windows service set up to delay reboot to buy some time to gracefully shutdown ignite server local node. (the windows service spawns ignite server node process as a child) if i call this method, Ignition.Shutdown(null, false); - Does the shutdown method block until all local node data is rebalanced to other nodes ? - Or is there another way to force shift all local node data to other nodes ? - Also would you recommend a way to handle this kind of worst case scenario that a primary and two backup replica nodes are rebooted at the same time ? Thanks Sam -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
