[
https://issues.apache.org/jira/browse/HDFS-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15180364#comment-15180364
]
Inigo Goiri commented on HDFS-9882:
-----------------------------------
Just for the record, this happened in Windows where the Hadoop code might not
be that optimized.
Not sure if we can remove those operations; it might be a little too deep of a
change.
For now, our internal solution has been to make these operations into a
different thread and make checks from the heartbeat one.
> Add heartbeatsTotal in Datanode metrics
> ---------------------------------------
>
> Key: HDFS-9882
> URL: https://issues.apache.org/jira/browse/HDFS-9882
> Project: Hadoop HDFS
> Issue Type: New Feature
> Components: datanode
> Affects Versions: 2.7.2
> Reporter: Hua Liu
> Assignee: Hua Liu
> Priority: Minor
> Attachments:
> 0001-HDFS-9882.Add-heartbeatsTotal-in-Datanode-metrics.patch,
> 0002-HDFS-9882.Add-heartbeatsTotal-in-Datanode-metrics.patch
>
>
> Heartbeat latency only reflects the time spent on generating reports and
> sending reports to NN. When heartbeats are delayed due to processing
> commands, this latency does not help investigation. I would like to propose
> to add another metric counter to show the total time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)