HBASE-11697 Improve the 'Too many blocks' message on UI blockcache status page (Mikhail Antonov)

This commit is contained in:
Andrew Purtell 2014-08-07 15:11:44 -07:00
parent 5e899c68e0
commit e11e89e5af
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ are combined counts. Request count is sum of hits and misses.</p>
}
</%java>
<%if cbsbf.isFull() %>
<p><b>Too many blocks!</b> Listing out the first <% cbsbfSnapshot.getMax() %> only (hbase.ui.blockcache.by.file.max)</p>
<p><b>Statistics below is based on sampling first <% cbsbfSnapshot.getMax() %> blocks only</b> (hbase.ui.blockcache.by.file.max)</p>
</%if>
<table id="blocks_summary" class="table table-striped">
<tr>