You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2016/04/19 00:57:25 UTC

[jira] [Created] (HBASE-15673) Fix latency metrics for multiGet

Appy created HBASE-15673:
----------------------------

             Summary: Fix latency metrics for multiGet
                 Key: HBASE-15673
                 URL: https://issues.apache.org/jira/browse/HBASE-15673
             Project: HBase
          Issue Type: Bug
            Reporter: Appy
            Assignee: Appy


we write out latency value after each row is processes by testRow() function. But if multiget is enabled, say set to 10, testRow() returns immediately for 9 rows and sends out request in the 10th iteration. This screws up latency metrics (50th, 75th, 90th percentiles are all 0).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)