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 `CloudBackendService`, `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: [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]