[ 
https://issues.apache.org/jira/browse/HADOOP-19362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905390#comment-17905390
 ] 

ASF GitHub Bot commented on HADOOP-19362:
-----------------------------------------

hfutatzhanghb commented on code in PR #7224:
URL: https://github.com/apache/hadoop/pull/7224#discussion_r1883479243


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java:
##########
@@ -351,13 +351,19 @@ public static Server get() {
    * after the call returns.
    */
   private static final ThreadLocal<Call> CurCall = new ThreadLocal<Call>();
-  
+
+  private static final ThreadLocal<Long> CUR_CALL_STARTNANOS = new 
ThreadLocal<Long>();
+

Review Comment:
   Yes, Have fixed~ Thanks a lot.





> RPC metrics should be updated correctly when call is defered.
> -------------------------------------------------------------
>
>                 Key: HADOOP-19362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19362
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>            Reporter: farmmamba
>            Assignee: farmmamba
>            Priority: Major
>              Labels: pull-request-available
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to