You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a node leaves (the app is shutdown normally) it will multicast this to other members.
An improvement could be done for a shutting down Node to:
Select N random members
Send the leave message to them
Shutdown gracefully
In such case the other nodes would get this gossip information and later disseminate it to other members in the cluster, thus avoiding the need for multicast or reliance on failure detection to detect an unavailable member.
The text was updated successfully, but these errors were encountered:
Currently when a node leaves (the app is shutdown normally) it will multicast this to other members.
An improvement could be done for a shutting down Node to:
In such case the other nodes would get this gossip information and later disseminate it to other members in the cluster, thus avoiding the need for multicast or reliance on failure detection to detect an unavailable member.
The text was updated successfully, but these errors were encountered: