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 GitHub
parent 597098ebba
commit e9046a64f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>