[
https://issues.apache.org/jira/browse/HDFS-11371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852569#comment-15852569
]
Hudson commented on HDFS-11371:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11210 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/11210/])
HDFS-11371. Document missing metrics of erasure coding. Contributed by (yqlin:
rev 3ea6d3517e2f0448d91af73508ec9d10c4a3de21)
* (edit) hadoop-common-project/hadoop-common/src/site/markdown/Metrics.md
> Document missing metrics of erasure coding
> ------------------------------------------
>
> Key: HDFS-11371
> URL: https://issues.apache.org/jira/browse/HDFS-11371
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation, erasure-coding
> Affects Versions: 3.0.0-alpha2
> Reporter: Yiqun Lin
> Assignee: Yiqun Lin
> Priority: Minor
> Fix For: 3.0.0-alpha3
>
> Attachments: HDFS-11371.001.patch
>
>
> HDFS-8411, HDFS-11216 add some metrics of erasure coding, but it hasn't been
> documented. The following metrics in {{DataNodeMetrics}} is missing in
> documentation.
> {code}
> @Metric("Count of erasure coding reconstruction tasks")
> MutableCounterLong ecReconstructionTasks;
> @Metric("Count of erasure coding failed reconstruction tasks")
> MutableCounterLong ecFailedReconstructionTasks;
> @Metric("Nanoseconds spent by decoding tasks")
> MutableCounterLong ecDecodingTimeNanos;
> @Metric("Bytes read by erasure coding worker")
> MutableCounterLong ecReconstructionBytesRead;
> @Metric("Bytes written by erasure coding worker")
> MutableCounterLong ecReconstructionBytesWritten;
> @Metric("Bytes remote read by erasure coding worker")
> MutableCounterLong ecReconstructionRemoteBytesRead;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]