You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2012/12/02 07:57:58 UTC

[jira] [Created] (HBASE-7255) KV size metric went missing from StoreScanner.

Lars Hofhansl created HBASE-7255:
------------------------------------

             Summary: 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
             Fix For: 0.96.0


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

[jira] [Assigned] (HBASE-7255) KV size metric went missing from StoreScanner.

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-7255:
----------------------------

    Assignee: Elliott Clark

Mind taking a looksee boss?
                
> 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
>             Fix For: 0.96.0
>
>
> 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