gavinchou commented on code in PR #59368:
URL: https://github.com/apache/doris/pull/59368#discussion_r2680884139
##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -423,6 +388,8 @@ void
MetaServiceImpl::batch_get_version(::google::protobuf::RpcController* contr
return;
}
+ RPC_RATE_LIMIT(batch_get_version);
Review Comment:
rpc stats not match
there is no such an RPC callled `batch_get_version`
--
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]