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