Apache9 commented on code in PR #4710:
URL: https://github.com/apache/hbase/pull/4710#discussion_r947400912
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AbstractRpcClient.java:
##########
@@ -380,7 +380,8 @@ private void onCallFinished(Call call, HBaseRpcController
hrc, Address addr,
}
if (LOG.isTraceEnabled()) {
LOG.trace(
- "Call: " + call.md.getName() + ", callTime: " +
call.callStats.getCallTimeMs() + "ms");
+ "CallId: {}, call: {}, startTime: {}ms, callTime: {}ms", call.id,
call.getStartTime(),
Review Comment:
The order of the parameters is wrong? call.md.getName should be placed
before call.getStartTime
--
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]