Skip to content

Commit

Permalink
HBASE-27000 Block cache stats (Misses Caching) display error in RS we…
Browse files Browse the repository at this point in the history
…b UI (#4406)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
  • Loading branch information
tomscut authored and virajjasani committed May 6, 2022
1 parent 8703cac commit 91eab0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 91eab0b

Please sign in to comment.