mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
gossip: Fix is_enabled
This commit is contained in:
@@ -1285,9 +1285,7 @@ future<> gossiper::stop() {
|
||||
}
|
||||
|
||||
bool gossiper::is_enabled() {
|
||||
//return (scheduledGossipTask != null) && (!scheduledGossipTask.isCancelled());
|
||||
warn(unimplemented::cause::GOSSIP);
|
||||
return true;
|
||||
return _scheduled_gossip_task.armed();
|
||||
}
|
||||
|
||||
void gossiper::finish_shadow_round() {
|
||||
|
||||
Reference in New Issue
Block a user