You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/17 08:05:37 UTC

[GitHub] [hbase] zhuyaogai commented on a diff in pull request #4710: HBASE-27268 In trace log mode, the client does not print callId/startTime and the server does not print receiveTime

zhuyaogai commented on code in PR #4710:
URL: https://github.com/apache/hbase/pull/4710#discussion_r947581922


##########
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:
   Sorry, i will fix it.



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org