[ https://issues.apache.org/jira/browse/HDFS-17709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939961#comment-17939961 ]
ASF GitHub Bot commented on HDFS-17709: --------------------------------------- hfutatzhanghb commented on code in PR #7292: URL: https://github.com/apache/hadoop/pull/7292#discussion_r1919441147 ########## hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/protocolPB/AsyncRpcProtocolPBUtil.java: ########## @@ -87,6 +89,7 @@ public static <T, R> R asyncIpcClient( // transfer thread local context to worker threads of executor. ThreadLocalContext threadLocalContext = new ThreadLocalContext(); asyncCompleteWith(responseFuture.handleAsync((result, e) -> { + FederationRPCMetrics.ASYNC_RESPONDER_START_TIME.set(Time.monotonicNow()); Review Comment: @KeeProMise Sir, very nice suggestions. will fix it soon. > [ARR] Add async responder and async handler performance metrics. > ---------------------------------------------------------------- > > Key: HDFS-17709 > URL: https://issues.apache.org/jira/browse/HDFS-17709 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: rbf > Reporter: farmmamba > Assignee: farmmamba > Priority: Major > Labels: pull-request-available > Attachments: image-2025-01-16-16-58-29-730.png > > > Add metrics to measure the performance of async responder and async handler > threads. > This metric can guide us to tune the async responder and async handler thread > pools. > > !image-2025-01-16-16-58-29-730.png! -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org