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