You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2012/05/01 23:46:58 UTC

[jira] [Created] (HBASE-5910) Move incrementing/mutating of Dynamic and Regular Metrics into one place

Elliott Clark created HBASE-5910:
------------------------------------

             Summary: Move incrementing/mutating of Dynamic and Regular Metrics into one place
                 Key: HBASE-5910
                 URL: https://issues.apache.org/jira/browse/HBASE-5910
             Project: HBase
          Issue Type: Improvement
            Reporter: Elliott Clark
            Assignee: Elliott Clark


Currently there are several places that were are timing the length of a request.

* In HRegion
* In HRegionServer
* And in HFile.

Some of these calls to get the system time can be merged into single or at most two different times.

Also these timing calls should be changed to use NanoTime to get elapsed time that is drift resistant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5910) Move incrementing/mutating of Dynamic and Regular Metrics into one place

Posted by "Elliott Clark (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliott Clark resolved HBASE-5910.
----------------------------------

    Resolution: Duplicate

hbase-4050 will take care of this when completed.
                
> Move incrementing/mutating of Dynamic and Regular Metrics into one place
> ------------------------------------------------------------------------
>
>                 Key: HBASE-5910
>                 URL: https://issues.apache.org/jira/browse/HBASE-5910
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>
> Currently there are several places that were are timing the length of a request.
> * In HRegion
> * In HRegionServer
> * And in HFile.
> Some of these calls to get the system time can be merged into single or at most two different times.
> Also these timing calls should be changed to use NanoTime to get elapsed time that is drift resistant.

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