You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Phabricator (JIRA)" <ji...@apache.org> on 2012/10/05 04:49:48 UTC

[jira] [Commented] (HBASE-6955) Block read time should be in ms, not in ns

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

Phabricator commented on HBASE-6955:
------------------------------------

Kannan has commented on the revision "[jira] [HBASE-6955] [89-fb] Block read time should be in ms, not in ns".

INLINE COMMENTS
  src/main/java/org/apache/hadoop/hbase/io/hfile/HFileReaderV2.java:312 In RegionServerMetrics.java, can we also export the "pread" metrics much like we do for the non-pread case:

       int ops = HFile.getReadOps();
        if (ops != 0) this.fsReadLatency.inc(ops, HFile.getReadTimeMs());

REVISION DETAIL
  https://reviews.facebook.net/D5901

To: Kannan, JIRA, mbautin

                
> Block read time should be in ms, not in ns
> ------------------------------------------
>
>                 Key: HBASE-6955
>                 URL: https://issues.apache.org/jira/browse/HBASE-6955
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Mikhail Bautin
>            Priority: Minor
>         Attachments: D5901.1.patch
>
>


--
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