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:
litao 2022-05-06 14:32:28 +08:00 committed by Viraj Jasani
parent c337e391e2
commit 139fa2cff9
No known key found for this signature in database
GPG Key ID: 08E70F70AB71C5A1

View File

@ -210,7 +210,7 @@ org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix;
</tr>
<tr>
<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>
</tr>
<tr>