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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to