gavinchou commented on code in PR #44975:
URL: https://github.com/apache/doris/pull/44975#discussion_r1868696051


##########
cloud/src/meta-service/meta_service_helper.h:
##########
@@ -118,6 +118,12 @@ void finish_rpc(std::string_view func_name, 
brpc::Controller* ctrl, Response* re
                   << " status=" << res->status().ShortDebugString()
                   << " tablet=" << res->tablet_id()
                   << " delete_bitmap_count=" << 
res->segment_delete_bitmaps_size();
+    } else if constexpr (std::is_same_v<Response, 
GetDeleteBitmapUpdateLockResponse>) {
+        if (res->status().code() != MetaServiceCode::OK) {

Review Comment:
   better not process rpc content here



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