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

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

hfutatzhanghb opened a new pull request, #6475:
URL: https://github.com/apache/hadoop/pull/6475

   ### Description of PR
   HDFS-17345.
   Currently, we have block report send time metrics recorded by blockReports.
   
   We should better add another metric to record block report creating cost 
time:
   
   `long brCreateCost = brSendStartTime - brCreateStartTime; `
   It is useful for us to measure the perfomance of creating block reports.
   
   




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