You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2015/03/22 12:33:11 UTC

[jira] [Created] (HBASE-13312) SmallScannerCallable does not increment scan metrics

Lars George created HBASE-13312:
-----------------------------------

             Summary: SmallScannerCallable does not increment scan metrics
                 Key: HBASE-13312
                 URL: https://issues.apache.org/jira/browse/HBASE-13312
             Project: HBase
          Issue Type: Bug
          Components: Client, Scanners
    Affects Versions: 1.0.0
            Reporter: Lars George


The subclass of {{ScannerCallable}}, called {{SmallScannerCallable}} seems to miss calling any of the increment methods of the {{ScanMetrics}}. The superclass does so, but the super methods are not invoked. It emits the metrics dutifully at the end of {{next()}}, but there are no useful numbers in it.



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