HBASE-13861 Fix UI label for BucketCache free & used bytes.
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
7ece46a607
commit
71cd637fee
|
@ -382,8 +382,8 @@ are combined counts. Request count is sum of hits and misses.</p>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Bucket Offset</th>
|
<th>Bucket Offset</th>
|
||||||
<th>Allocation Size</th>
|
<th>Allocation Size</th>
|
||||||
<th>Free Count</th>
|
<th>Free Bytes</th>
|
||||||
<th>Used Count</th>
|
<th>Used Bytes</th>
|
||||||
</tr>
|
</tr>
|
||||||
<%for Bucket bucket: buckets %>
|
<%for Bucket bucket: buckets %>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue