platoneko commented on code in PR #33558:
URL: https://github.com/apache/doris/pull/33558#discussion_r1561168366


##########
be/src/service/internal_service.cpp:
##########
@@ -2054,4 +2055,11 @@ void 
PInternalService::get_wal_queue_size(google::protobuf::RpcController* contr
     }
 }
 
+void PInternalServiceImpl::alter_vault_sync(google::protobuf::RpcController* 
controller,
+                                            const 
doris::PAlterVaultSyncRequest* request,
+                                            PAlterVaultSyncResponse* response,
+                                            google::protobuf::Closure* done) {
+    _engine.to_cloud().sync_storage_vault();

Review Comment:
   Implement this method in `CloudInternalServiceImpl`, `to_cloud()` here will 
check failed



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

Reply via email to