HBASE-27000 Block cache stats (Misses Caching) display error in RS web UI (#4406)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
597098ebba
commit
e9046a64f4
|
@ -210,7 +210,7 @@ org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix;
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Misses Caching</td>
|
<td>Misses Caching</td>
|
||||||
<td><% String.format("%,d", bc.getStats().getMissCount()) %></td>
|
<td><% String.format("%,d", bc.getStats().getMissCachingCount()) %></td>
|
||||||
<td>Block requests that were cache misses but only requests set to use block cache</td>
|
<td>Block requests that were cache misses but only requests set to use block cache</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue