gavinchou commented on code in PR #53114:
URL: https://github.com/apache/doris/pull/53114#discussion_r2200428718
##########
cloud/src/meta-service/meta_service_helper.h:
##########
@@ -97,36 +97,42 @@ inline std::string encryt_sk(std::string debug_string) {
template <class Request>
void begin_rpc(std::string_view func_name, brpc::Controller* ctrl, const
Request* req) {
if constexpr (std::is_same_v<Request, CreateRowsetRequest>) {
- LOG(INFO) << "begin " << func_name << " from " << ctrl->remote_side();
+ LOG(INFO) << "begin " << func_name << " from " << ctrl->remote_side()
<< " init ip "
Review Comment:
"init ip" -> field name or more meaningful name
--
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]