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:54 UTC

svn commit: r1582948 - /hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Sat Mar 29 03:42:54 2014
New Revision: 1582948

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

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

Modified: hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml?rev=1582948&r1=1582947&r2=1582948&view=diff
==============================================================================
--- hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.98/hbase-common/src/main/resources/hbase-default.xml Sat Mar 29 03:42:54 2014
@@ -559,8 +559,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