Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWIM - Ability to send node leaving for gracefuly shutdown and faster cluster membership state #6

Open
zarusz opened this issue Nov 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request SWIM

Comments

@zarusz
Copy link
Owner

zarusz commented Nov 27, 2022

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.

@zarusz zarusz added enhancement New feature or request SWIM labels Nov 27, 2022
@zarusz zarusz self-assigned this Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SWIM
Projects
None yet
Development

No branches or pull requests

1 participant