HBASE-4090 book.xml - minor clarification of block cache metric

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1151744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-07-28 06:32:09 +00:00
parent 6c838dc0ef
commit d6c0338415
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ admin.enableTable(table);
<para>Block cache hit ratio (0 to 100). TODO: describe impact to ratio where read requests that have cacheBlocks=false</para>
</section>
<section xml:id="hbase.regionserver.blockCacheSize"><title><varname>hbase.regionserver.blockCacheSize</varname></title>
<para>Block cache size in memory (bytes)</para>
<para>Block cache size in memory (bytes). i.e., memory in use by the BlockCache</para>
</section>
<section xml:id="hbase.regionserver.compactionQueueSize"><title><varname>hbase.regionserver.compactionQueueSize</varname></title>
<para>Size of the compaction queue. This is the number of stores in the region that have been targeted for compaction.</para>