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 D396B183ED for ; Wed, 1 Jul 2015 23:24:04 +0000 (UTC) Received: (qmail 15853 invoked by uid 500); 1 Jul 2015 23:24:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 15803 invoked by uid 500); 1 Jul 2015 23:24:04 -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 15785 invoked by uid 99); 1 Jul 2015 23:24:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 23:24:04 +0000 Date: Wed, 1 Jul 2015 23:24:04 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13861) BucketCacheTmpl.jamon has wrong bucket free and used labels 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-13861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611170#comment-14611170 ] Nick Dimiduk commented on HBASE-13861: -------------------------------------- +1. We don't define our UI's as API. > BucketCacheTmpl.jamon has wrong bucket free and used labels > ----------------------------------------------------------- > > Key: HBASE-13861 > URL: https://issues.apache.org/jira/browse/HBASE-13861 > Project: HBase > Issue Type: Bug > Components: regionserver, UI > Affects Versions: 1.1.0 > Reporter: Lars George > Assignee: Matt Warhaftig > Labels: beginner > Fix For: 2.0.0, 0.98.14, 1.2.0 > > Attachments: hbase-13861-v1.patch > > > See this from the template, and note the label and actual values for the last two columns. > {noformat} > > > > > > > > <%for Bucket bucket: buckets %> > > > > > > > {noformat} > They are labeled "counts" but are "bytes", duh. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
Bucket OffsetAllocation SizeFree CountUsed Count
<% bucket.getBaseOffset() %><% bucket.getItemAllocationSize() %><% bucket.getFreeBytes() %><% bucket.getUsedBytes() %>