I understand that you can handle a node leaving the network via its method Leave. But how do you handle a node leaving the network abruptly, like say it has been cut off from the physical network, or the process was killed?
I tried setting that up and noticed that you get an error because there are still VNodes who had the stopped node as a predecessor or successor, and therefore it was pinging a dead node. Error, which is not going away even after the stabilize function.
If someone has fix this or implemented this please tell me.
I understand that you can handle a node leaving the network via its method Leave. But how do you handle a node leaving the network abruptly, like say it has been cut off from the physical network, or the process was killed?
I tried setting that up and noticed that you get an error because there are still VNodes who had the stopped node as a predecessor or successor, and therefore it was pinging a dead node. Error, which is not going away even after the stabilize function.
If someone has fix this or implemented this please tell me.