mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
storage_service: Enable add_leaving_endpoint in handle_state_leaving
This commit is contained in:
@@ -583,9 +583,7 @@ void storage_service::handle_state_leaving(inet_address endpoint) {
|
||||
|
||||
// at this point the endpoint is certainly a member with this token, so let's proceed
|
||||
// normally
|
||||
#if 0
|
||||
_token_metadata.addLeavingEndpoint(endpoint);
|
||||
#endif
|
||||
_token_metadata.add_leaving_endpoint(endpoint);
|
||||
get_local_pending_range_calculator_service().update().get();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user