gavinchou commented on code in PR #45668: URL: https://github.com/apache/doris/pull/45668#discussion_r1892675158
########## be/src/cloud/cloud_meta_mgr.cpp: ########## @@ -139,11 +139,75 @@ class MetaServiceProxy { public: static Status get_client(std::shared_ptr<MetaService_Stub>* stub) { TEST_SYNC_POINT_RETURN_WITH_VALUE("MetaServiceProxy::get_client", Status::OK(), stub); - return get_pooled_client(stub); + return get_pooled_client(stub, nullptr); + } + + static Status get_proxy(MetaServiceProxy** proxy) { + std::shared_ptr<MetaService_Stub> stub; Review Comment: add comment for this function, and the stub is a placeholder -- 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