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

[jira] [Resolved] (HBASE-13861) BucketCacheTmpl.jamon has wrong bucket free and used labels

     [ https://issues.apache.org/jira/browse/HBASE-13861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved HBASE-13861.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.2
                   1.0.2

pushed to branch-1.1 and branch-1.0.

{quote}
+1. We don't define our UI's as API.
{quote}

If this is the case, what does the "Web page APIs" bullet under the Operational Compatibility section refer to?

> 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.0.2, 1.2.0, 1.1.2
>
>         Attachments: hbase-13861-v1.patch
>
>
> See this from the template, and note the label and actual values for the last two columns.
> {noformat}
> <table class="table table-striped">
>     <tr>
>         <th>Bucket Offset</th>
>         <th>Allocation Size</th>
>         <th>Free Count</th>
>         <th>Used Count</th>
>     </tr>
> <%for Bucket bucket: buckets %>
>     <tr>
>         <td><% bucket.getBaseOffset() %></td>
>         <td><% bucket.getItemAllocationSize() %></td>
>         <td><% bucket.getFreeBytes() %></td>
>         <td><% bucket.getUsedBytes() %></td>
>     </tr>
> {noformat}
> They are labeled "counts" but are "bytes", duh.



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