storage_service: Enable call to _token_metadata.remove_from_moving

This function is available now.
This commit is contained in:
Asias He
2015-08-05 11:27:52 +08:00
parent 3cb68f05f5
commit 8ccf7665e9

View File

@@ -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 {