Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 95837DF33 for ; Sun, 2 Dec 2012 06:57:59 +0000 (UTC) Received: (qmail 72833 invoked by uid 500); 2 Dec 2012 06:57:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72798 invoked by uid 500); 2 Dec 2012 06:57:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 72778 invoked by uid 99); 2 Dec 2012 06:57:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 06:57:58 +0000 Date: Sun, 2 Dec 2012 06:57:58 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1812832479.50445.1354431478565.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HBASE-7255) KV size metric went missing from StoreScanner. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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