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 BE45610DBA for ; Fri, 13 Dec 2013 10:05:16 +0000 (UTC) Received: (qmail 70462 invoked by uid 500); 13 Dec 2013 10:05:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70222 invoked by uid 500); 13 Dec 2013 10:05:11 -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 70112 invoked by uid 99); 13 Dec 2013 10:05:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 10:05:10 +0000 Date: Fri, 13 Dec 2013 10:05:10 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10116) SlabCache metrics improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847353#comment-13847353 ] Hudson commented on HBASE-10116: -------------------------------- FAILURE: Integrated in HBase-0.98 #9 (See [https://builds.apache.org/job/HBase-0.98/9/]) HBASE-10116 Addendum: fix findbugs warning (ndimiduk: rev 1550523) * /hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/slab/SlabCache.java > SlabCache metrics improvements > ------------------------------ > > Key: HBASE-10116 > URL: https://issues.apache.org/jira/browse/HBASE-10116 > Project: HBase > Issue Type: Improvement > Components: metrics, regionserver > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Minor > Fix For: 0.98.0, 0.96.2, 0.99.0 > > Attachments: HBASE-10116.00.patch, HBASE-10116.addendum.00.patch > > > SlabCache incorrectly reports block count and could do a better job reporting free size. MetricsRegionServerWrapperImpl incorrectly reports block cache count. Expose Direct Memory stats on RegionServer WebUI. > Also clean up javadoc on BlockCache interface methods, and whitespace in cache-related classes. -- This message was sent by Atlassian JIRA (v6.1.4#6159)