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

Document missing namenode metrics that were added recently

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha4
    • 2.9.0, 3.0.0-beta1
    • documentation
    • None

    Description

      There are some namenode metrics added recently but haven't been documented in Metrics.md. Totally following metrics and related JIRAs:

      HDFS-12043:

        @Metric ("Number of successful re-replications")
         MutableCounterLong successfulReReplications;
         @Metric ("Number of times we failed to schedule a block re-replication.")
         MutableCounterLong numTimesReReplicationNotScheduled;
         @Metric("Number of timed out block re-replications")
        MutableCounterLong timeoutReReplications;
      

      HDFS-11907:

      @Metric("Resource check time") private MutableRate resourceCheckTime;
      private final MutableQuantiles[] resourceCheckTimeQuantiles;
       

      HADOOP-14502:

      @Metric("Number of blockReports from individual storages")
       final MutableRate storageBlockReport;
       final MutableQuantiles[] storageBlockReportQuantiles;
      

      Attachments

        1. HDFS-12198-branch-2.001.patch
          2 kB
          Yiqun Lin
        2. HDFS-12198.001.patch
          3 kB
          Yiqun Lin

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: