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 2fea85a0b5
commit 0c1daa6efd
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> </%java>
<%if cbsbf.isFull() %> <%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> </%if>
<table id="blocks_summary" class="table table-striped"> <table id="blocks_summary" class="table table-striped">
<tr> <tr>