hust-hhb commented on code in PR #50173:
URL: https://github.com/apache/doris/pull/50173#discussion_r2080918399


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -2432,26 +2455,10 @@ static bool 
put_delete_bitmap_update_lock_key(MetaServiceCode& code, std::string
 void MetaServiceImpl::get_delete_bitmap_update_lock_v2(
         google::protobuf::RpcController* controller,
         const GetDeleteBitmapUpdateLockRequest* request,
-        GetDeleteBitmapUpdateLockResponse* response, 
::google::protobuf::Closure* done) {
+        GetDeleteBitmapUpdateLockResponse* response, 
::google::protobuf::Closure* done,
+        std::string& instance_id, MetaServiceCode& code, std::string& msg, 
std::stringstream& ss) {

Review Comment:
   parameters ss,code,msg,instance_id are created in 
RPC_PREPROCESS(get_delete_bitmap_update_lock); now i move this line into 
function get_delete_bitmap_update_lock and 
get_delete_bitmap_update_lock_v1,get_delete_bitmap_update_lock_v2 will use 
these parameters



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