Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-11371

Document missing metrics of erasure coding

    XMLWordPrintableJSON

Details

    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

        1. HDFS-11371.001.patch
          1 kB
          Yiqun Lin

        Issue Links

          Activity

            People

              linyiqun Yiqun Lin
              linyiqun Yiqun Lin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: