Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89B851014D for ; Tue, 11 Jun 2013 18:54:22 +0000 (UTC) Received: (qmail 64424 invoked by uid 500); 11 Jun 2013 18:54:21 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 64341 invoked by uid 500); 11 Jun 2013 18:54:21 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 64286 invoked by uid 99); 11 Jun 2013 18:54:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 18:54:21 +0000 Date: Tue, 11 Jun 2013 18:54:21 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-8664) Small fix ups for memory size outputs in UI 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-8664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-8664. -------------------------- Resolution: Fixed Fix Version/s: 0.98.0 Hadoop Flags: Reviewed Committed to trunk and 0.95. Thanks for review Enis. > Small fix ups for memory size outputs in UI > ------------------------------------------- > > Key: HBASE-8664 > URL: https://issues.apache.org/jira/browse/HBASE-8664 > Project: HBase > Issue Type: Bug > Components: UI > Reporter: stack > Assignee: stack > Fix For: 0.98.0, 0.95.1 > > Attachments: ui.txt > > > This issue goes in the 'polish' category. On regionserver ui, we were listing raw bytes for heap size, memstore size, etc. I put in place StringUtils.humanReadableInt (looked to see if bootstrap could do it for us but doesn't seem so, not w/o plugin). I then made all the megabytes and kilobytes match StringUtils.humanReadableInt with its 'm' instead of 'MB' and 'k' instead of KB. Removed a stray KB that was in the wrong place too. -- 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