Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
Reviewed
Description
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.
@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;
Attachments
Attachments
Issue Links
- relates to
-
HDFS-7674 [umbrella] Adding metrics for Erasure Coding
- Resolved
-
HDFS-11216 Add remoteBytesRead counter metrics for erasure coding reconstruction task
- Resolved