You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2013/08/30 02:17:52 UTC

[jira] [Commented] (HADOOP-9913) Document time unit to RpcMetrics.java

    [ https://issues.apache.org/jira/browse/HADOOP-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754243#comment-13754243 ] 

Akira AJISAKA commented on HADOOP-9913:
---------------------------------------

I created HDFS-5144 for NameNodeMetrics.java.
                
> Document time unit to RpcMetrics.java
> -------------------------------------
>
>                 Key: HADOOP-9913
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9913
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation, metrics
>    Affects Versions: 3.0.0, 2.1.0-beta
>         Environment: trunk
>            Reporter: Akira AJISAKA
>            Assignee: Akira AJISAKA
>            Priority: Minor
>              Labels: newbie
>         Attachments: HADOOP-9913.2.patch, HADOOP-9913.patch
>
>
> In o.a.h.ipc.metrics.RpcMetrics.java, metrics are declared as follows:
> {code}
>    @Metric("Queue time") MutableRate rpcQueueTime;
>    @Metric("Processsing time") MutableRate rpcProcessingTime;
> {code}
> Since some users may confuse which unit (sec or msec) is correct, they should be documented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira