You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2016/02/17 10:17:18 UTC

[jira] [Created] (HBASE-15280) Scan metrics should not ignore empty rows.

Heng Chen created HBASE-15280:
---------------------------------

             Summary: Scan metrics should not ignore empty rows.
                 Key: HBASE-15280
                 URL: https://issues.apache.org/jira/browse/HBASE-15280
             Project: HBase
          Issue Type: Bug
            Reporter: Heng Chen


It is come from HBASE-15267.

we found that as for empty result,  GET increment the readRequestCount, but Scan does not do it.   
Detail information, please see  HBASE-15267 comments.

This jira is to fix it.  We should record each request we do.  At least, we could make Scan metrics behavior be consistent with Get. 



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