[ 
https://issues.apache.org/jira/browse/HBASE-7255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elliott Clark updated HBASE-7255:
---------------------------------

    Attachment: HBASE-7255-3.patch
    
> KV size metric went missing from StoreScanner.
> ----------------------------------------------
>
>                 Key: HBASE-7255
>                 URL: https://issues.apache.org/jira/browse/HBASE-7255
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Elliott Clark
>            Priority: Critical
>             Fix For: 0.95.1
>
>         Attachments: HBASE-7255-0.patch, HBASE-7255-1.patch, 
> HBASE-7255-2.patch, HBASE-7255-3.patch
>
>
> In trunk due to the metric refactor, at least the KV size metric went missing.
> See this code in StoreScanner.java:
> {code}
>     } finally {
>       if (cumulativeMetric > 0 && metric != null) {
>       }
>     }
> {code}
> Just an empty if statement, where the metric used to be collected.

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

Reply via email to