farmmamba created HDFS-17345: -------------------------------- Summary: 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
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-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org