You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/07/28 08:32:09 UTC

svn commit: r1151744 - /hbase/trunk/src/docbkx/book.xml

Author: stack
Date: Thu Jul 28 06:32:09 2011
New Revision: 1151744

URL: http://svn.apache.org/viewvc?rev=1151744&view=rev
Log:
HBASE-4090 book.xml - minor clarification of block cache metric

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1151744&r1=1151743&r2=1151744&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Thu Jul 28 06:32:09 2011
@@ -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>