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


##########
cloud/src/meta-service/meta_service_helper.h:
##########
@@ -101,7 +116,25 @@ void finish_rpc(std::string_view func_name, 
brpc::Controller* ctrl, Response* re
         LOG(INFO) << "finish " << func_name << " from " << ctrl->remote_side()
                   << " status=" << res->status().ShortDebugString()
                   << " delete_bitmap_size=" << 
res->segment_delete_bitmaps_size();
-
+    } else if constexpr (std::is_same_v<Response, GetObjStoreInfoRequest> ||

Review Comment:
   add UT to get it tested



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