-
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.
Resetted nodes were briefly identified as alive. (#133)
The reason is that we call report_heartbeat in the reset procedure. The purpose of this call is to make sure that we have a record in the failure detector for the node. This PR just creates the failure detector entry, and avoid recording a heartbeat change. This PR also makes sure we do not count the first heartbeat record as an event. Closes #132
- Loading branch information
1 parent
b3f109b
commit 867207e
Showing
3 changed files
with
43 additions
and
6 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
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
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