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 2014/03/29 04:42:26 UTC

svn commit: r1582947 - /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Sat Mar 29 03:42:26 2014
New Revision: 1582947

URL: http://svn.apache.org/r1582947
Log:
HBASE-10862 Update config field names in hbase-default.xml description for hbase.hregion.memstore.block.multiplier

Modified:
    hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/src/main/resources/hbase-default.xml?rev=1582947&r1=1582946&r2=1582947&view=diff
==============================================================================
--- hbase/trunk/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Sat Mar 29 03:42:26 2014
@@ -558,8 +558,8 @@ possible configurations would overwhelm 
     <name>hbase.hregion.memstore.block.multiplier</name>
     <value>2</value>
     <description>
-    Block updates if memstore has hbase.hregion.block.memstore
-    time hbase.hregion.flush.size bytes.  Useful preventing
+    Block updates if memstore has hbase.hregion.memstore.block.multiplier
+    times hbase.hregion.memstore.flush.size bytes.  Useful preventing
     runaway memstore during spikes in update traffic.  Without an
     upper-bound, memstore fills such that when it flushes the
     resultant flush files take a long time to compact or split, or