[jira] [Updated] (HDFS-12198) Document missing namenode metrics that were added recently

2017-08-08 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-12198:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.9.0
   Status: Resolved  (was: Patch Available)

Committed to branch-2. Thanks [~ajisakaa] for providing the review.

> Document missing namenode metrics that were added recently
> --
>
> Key: HDFS-12198
> URL: https://issues.apache.org/jira/browse/HDFS-12198
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0-alpha4
>Reporter: Yiqun Lin
>Assignee: Yiqun Lin
>Priority: Minor
> Fix For: 2.9.0, 3.0.0-beta1
>
> Attachments: HDFS-12198.001.patch, HDFS-12198-branch-2.001.patch
>
>
> There are some namenode metrics added recently but haven't been documented in 
> {{Metrics.md}}. Totally following metrics and related JIRAs:
> *HDFS-12043*:
> {noformat}
>   @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;
> {noformat}
> *HDFS-11907*:
> {noformat}
> @Metric("Resource check time") private MutableRate resourceCheckTime;
> private final MutableQuantiles[] resourceCheckTimeQuantiles;
>  {noformat}
> *HADOOP-14502*:
> {noformat}
> @Metric("Number of blockReports from individual storages")
>  final MutableRate storageBlockReport;
>  final MutableQuantiles[] storageBlockReportQuantiles;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-12198) Document missing namenode metrics that were added recently

2017-08-07 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-12198:
-
Attachment: HDFS-12198-branch-2.001.patch

> Document missing namenode metrics that were added recently
> --
>
> Key: HDFS-12198
> URL: https://issues.apache.org/jira/browse/HDFS-12198
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0-alpha4
>Reporter: Yiqun Lin
>Assignee: Yiqun Lin
>Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-12198.001.patch, HDFS-12198-branch-2.001.patch
>
>
> There are some namenode metrics added recently but haven't been documented in 
> {{Metrics.md}}. Totally following metrics and related JIRAs:
> *HDFS-12043*:
> {noformat}
>   @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;
> {noformat}
> *HDFS-11907*:
> {noformat}
> @Metric("Resource check time") private MutableRate resourceCheckTime;
> private final MutableQuantiles[] resourceCheckTimeQuantiles;
>  {noformat}
> *HADOOP-14502*:
> {noformat}
> @Metric("Number of blockReports from individual storages")
>  final MutableRate storageBlockReport;
>  final MutableQuantiles[] storageBlockReportQuantiles;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-12198) Document missing namenode metrics that were added recently

2017-08-07 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-12198:
-
Attachment: (was: HDFS-12198-branch-2.001.patch)

> Document missing namenode metrics that were added recently
> --
>
> Key: HDFS-12198
> URL: https://issues.apache.org/jira/browse/HDFS-12198
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0-alpha4
>Reporter: Yiqun Lin
>Assignee: Yiqun Lin
>Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-12198.001.patch
>
>
> There are some namenode metrics added recently but haven't been documented in 
> {{Metrics.md}}. Totally following metrics and related JIRAs:
> *HDFS-12043*:
> {noformat}
>   @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;
> {noformat}
> *HDFS-11907*:
> {noformat}
> @Metric("Resource check time") private MutableRate resourceCheckTime;
> private final MutableQuantiles[] resourceCheckTimeQuantiles;
>  {noformat}
> *HADOOP-14502*:
> {noformat}
> @Metric("Number of blockReports from individual storages")
>  final MutableRate storageBlockReport;
>  final MutableQuantiles[] storageBlockReportQuantiles;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-12198) Document missing namenode metrics that were added recently

2017-08-07 Thread Yiqun Lin (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-12198:
-
Attachment: HDFS-12198-branch-2.001.patch

Thanks [~ajisakaa], attach the patch for branch-2. I noticed one thing that 
HADOOP-14502 didn't committed in branch-2. So I only added metrics related to 
other two JIRAs in patch.

> Document missing namenode metrics that were added recently
> --
>
> Key: HDFS-12198
> URL: https://issues.apache.org/jira/browse/HDFS-12198
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0-alpha4
>Reporter: Yiqun Lin
>Assignee: Yiqun Lin
>Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-12198.001.patch, HDFS-12198-branch-2.001.patch
>
>
> There are some namenode metrics added recently but haven't been documented in 
> {{Metrics.md}}. Totally following metrics and related JIRAs:
> *HDFS-12043*:
> {noformat}
>   @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;
> {noformat}
> *HDFS-11907*:
> {noformat}
> @Metric("Resource check time") private MutableRate resourceCheckTime;
> private final MutableQuantiles[] resourceCheckTimeQuantiles;
>  {noformat}
> *HADOOP-14502*:
> {noformat}
> @Metric("Number of blockReports from individual storages")
>  final MutableRate storageBlockReport;
>  final MutableQuantiles[] storageBlockReportQuantiles;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-12198) Document missing namenode metrics that were added recently

2017-08-07 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HDFS-12198:
-
  Summary: Document missing namenode metrics that were added recently  
(was: Document missing namenode metrics that added recently)
Fix Version/s: 3.0.0-beta1

Committed this to trunk.

> Document missing namenode metrics that were added recently
> --
>
> Key: HDFS-12198
> URL: https://issues.apache.org/jira/browse/HDFS-12198
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0-alpha4
>Reporter: Yiqun Lin
>Assignee: Yiqun Lin
>Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-12198.001.patch
>
>
> There are some namenode metrics added recently but haven't been documented in 
> {{Metrics.md}}. Totally following metrics and related JIRAs:
> *HDFS-12043*:
> {noformat}
>   @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;
> {noformat}
> *HDFS-11907*:
> {noformat}
> @Metric("Resource check time") private MutableRate resourceCheckTime;
> private final MutableQuantiles[] resourceCheckTimeQuantiles;
>  {noformat}
> *HADOOP-14502*:
> {noformat}
> @Metric("Number of blockReports from individual storages")
>  final MutableRate storageBlockReport;
>  final MutableQuantiles[] storageBlockReportQuantiles;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org