gavinchou commented on code in PR #33679: URL: https://github.com/apache/doris/pull/33679#discussion_r1565702005
########## cloud/src/meta-service/meta_service_resource.cpp: ########## @@ -798,6 +800,12 @@ void MetaServiceImpl::alter_obj_store_info(google::protobuf::RpcController* cont response->set_storage_vault_id(*id_itr); break; } + case AlterObjStoreInfoRequest::UNSET_DEFAULT_VAULT: { + instance.clear_default_storage_vault_id(); + instance.clear_default_storage_vault_name(); + LOG_INFO("unset instance's default vault, instance id {}", instance.instance_id()); Review Comment: also print the cleared vault_id and name -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org