forked from scylladb/scylladb
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure gossip is enabled on all shards before starting the failure_de…
…tector_loop Before it was possible for a race condition to happen where the failure_detector_loop is started before the gossiper._enabled is set to true on every shard. This change ensure that _enabled is set to true before moving forward
- Loading branch information
Showing
1 changed file
with
23 additions
and
16 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