mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
storage_service: Enable restore_replica_count in remove_node
This commit is contained in:
@@ -1536,7 +1536,7 @@ future<> storage_service::remove_node(sstring host_id_string) {
|
||||
gossiper.advertise_removing(endpoint, host_id, local_host_id);
|
||||
|
||||
// kick off streaming commands
|
||||
// restoreReplicaCount(endpoint, myAddress);
|
||||
restore_replica_count(endpoint, my_address).get();
|
||||
|
||||
// wait for ReplicationFinishedVerbHandler to signal we're done
|
||||
while (!_replicating_nodes.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user