mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
storage_service: Enable call to _token_metadata.remove_from_moving
This function is available now.
This commit is contained in:
@@ -496,7 +496,7 @@ void storage_service::handle_state_normal(inet_address endpoint) {
|
||||
}
|
||||
|
||||
if (is_moving) {
|
||||
// _token_metadata.remove_from_moving(endpoint);
|
||||
_token_metadata.remove_from_moving(endpoint);
|
||||
// for (IEndpointLifecycleSubscriber subscriber : lifecycleSubscribers)
|
||||
// subscriber.onMove(endpoint);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user