haiyang1987 commented on code in PR #6015:
URL: https://github.com/apache/hadoop/pull/6015#discussion_r1314247707
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java:
##########
@@ -141,7 +141,7 @@ public static RpcMetrics create(Server server,
Configuration conf) {
MutableCounterLong rpcAuthorizationSuccesses;
@Metric("Number of client backoff requests")
MutableCounterLong rpcClientBackoff;
- @Metric("Number of Slow RPC calls")
+ @Metric("Number of slow RPC calls")
Review Comment:
Hi Sir @slfan1989 thanks help me review.
the change here is mainly to consider the naming consistency with some
current metrics description.
--
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]