mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
gossip: Kill one more unimplemented in shutdown
This commit is contained in:
@@ -1256,9 +1256,7 @@ void gossiper::add_lccal_application_states(std::list<std::pair<application_stat
|
||||
|
||||
future<> gossiper::shutdown() {
|
||||
return seastar::async([this] {
|
||||
warn(unimplemented::cause::GOSSIP);
|
||||
// if (scheduledGossipTask != null)
|
||||
// scheduledGossipTask.cancel(false);
|
||||
_scheduled_gossip_task.cancel();
|
||||
logger.info("Announcing shutdown");
|
||||
sleep(INTERVAL * 2).get();
|
||||
for (inet_address addr : _live_endpoints) {
|
||||
|
||||
Reference in New Issue
Block a user