-
Notifications
You must be signed in to change notification settings - Fork 49
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.
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.
- Loading branch information
1 parent
d729b26
commit 5cf109a
Showing
8 changed files
with
379 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.