You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/04/28 16:15:07 UTC

[jira] [Created] (HBASE-13581) Improve usability for storefile stats in web status pages

Sean Busbey created HBASE-13581:
-----------------------------------

             Summary: Improve usability for storefile stats in web status pages
                 Key: HBASE-13581
                 URL: https://issues.apache.org/jira/browse/HBASE-13581
             Project: HBase
          Issue Type: Improvement
          Components: Operability
    Affects Versions: 1.0.0
            Reporter: Sean Busbey
            Priority: Minor
             Fix For: 2.0.0


Right now the "Storefiles" section of the Region Servers status shown in the Master web ui is inconsistent in units (sometimes "m" and sometimes "mb") and uses units that are fixed rather than adapting to the number being presented (e.g. reporting a bloom filter size of 13540k instead of 13m).

Clean up to

* consistently use correct units (i.e. KiB, MiB, GiB since that's what we're measuring)
* adapt the units used so that we use the biggest ones



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)