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

ASF GitHub Bot commented on HDFS-17345:
---------------------------------------

hfutatzhanghb commented on PR #6475:
URL: https://github.com/apache/hadoop/pull/6475#issuecomment-1980485362

   @zhangshuyan0 Sir, Thanks a lot for your reviewing and merging~




> Add a metrics to record block report generating cost time
> ---------------------------------------------------------
>
>                 Key: HDFS-17345
>                 URL: https://issues.apache.org/jira/browse/HDFS-17345
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: datanode
>    Affects Versions: 3.5.0
>            Reporter: farmmamba
>            Assignee: farmmamba
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.5.0
>
>
> Currently, we have block report send time metrics recorded by blockReports.
> We should better add another metric to record block report creating cost time:
> {code:java}
> long brCreateCost = brSendStartTime - brCreateStartTime; {code}
> It is useful for us to measure the perfomance of creating block reports.



--
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

Reply via email to