-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the heartbeat in digest for cluster membership. (#123)
Right now we send the heartbeat of all of the known nodes in the cluster during digests. We can use that information for cluster membership. This will allow nodes to detect new member, join a cluster, and detect failure considerably faster. This PR also removes heartbeat from delta message. Instead it joins the last_gc_version, to fix a bug introduced in #122. Bugfix: Avoid updating the time of death of a node when it is redetected as faulty. We remove outselves from the list of seeds. Before nodes were regularly gossipping with themselves. Code improvement: In the failure detector when we have few samples. We now use additive smoothing.
- Loading branch information
1 parent
ec1dbbe
commit 7de38f5
Showing
8 changed files
with
394 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.