Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 d5b996e87 -> 81c2e5ebc


HBASE-13861 Fix UI label for BucketCache free & used bytes.

Signed-off-by: Sean Busbey <bus...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/81c2e5eb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/81c2e5eb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/81c2e5eb

Branch: refs/heads/branch-1.1
Commit: 81c2e5ebcedc551d0f16ee3663e63d56b7d84677
Parents: d5b996e
Author: Matt Warhaftig <mwarhaf...@gmail.com>
Authored: Sun Jun 28 15:50:33 2015 -0400
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Jul 2 14:52:01 2015 -0500

----------------------------------------------------------------------
 .../apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/81c2e5eb/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon
 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon
index 0419196..b13a1d9 100644
--- 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon
+++ 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/BlockCacheTmpl.jamon
@@ -382,8 +382,8 @@ are combined counts. Request count is sum of hits and 
misses.</p>
     <tr>
         <th>Bucket Offset</th>
         <th>Allocation Size</th>
-        <th>Free Count</th>
-        <th>Used Count</th>
+        <th>Free Bytes</th>
+        <th>Used Bytes</th>
     </tr>
 <%for Bucket bucket: buckets %>
     <tr>

Reply via email to