Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13861

BucketCacheTmpl.jamon has wrong bucket free and used labels

    XMLWordPrintableJSON

Details

    Description

      See this from the template, and note the label and actual values for the last two columns.

      <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>
      

      They are labeled "counts" but are "bytes", duh.

      Attachments

        1. hbase-13861-v1.patch
          1 kB
          Matt Warhaftig

        Activity

          People

            mwarhaftig Matt Warhaftig
            larsgeorge Lars George
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: