You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yiqun Lin (JIRA)" <ji...@apache.org> on 2017/05/22 09:27:04 UTC

[jira] [Created] (HDFS-11863) Document missing metrics for blocks count in pending IBR

Yiqun Lin created HDFS-11863:
--------------------------------

             Summary: Document missing metrics for blocks count in pending IBR
                 Key: HDFS-11863
                 URL: https://issues.apache.org/jira/browse/HDFS-11863
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.0.0-alpha3
            Reporter: Yiqun Lin
            Assignee: Yiqun Lin
            Priority: Minor


HDFS-11534 introduced some useful metrics for blocks count in pending IBR.
{noformat}
  @Metric("Count of blocks in pending IBR")
  private MutableGaugeLong blocksInPendingIBR;
  @Metric("Count of blocks at receiving status in pending IBR")
  private MutableGaugeLong blocksReceivingInPendingIBR;
  @Metric("Count of blocks at received status in pending IBR")
  private MutableGaugeLong blocksReceivedInPendingIBR;
{noformat}
It will be nice to have in the metrics documentation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org