Author: stack
Date: Sat Mar 29 03:43:03 2014
New Revision: 1582949
URL: http://svn.apache.org/r1582949
Log:
HBASE-10862 Update config field names in hbase-default.xml description for
hbase.hregion.memstore.block.multiplier
Modified:
hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml
Modified: hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml?rev=1582949&r1=1582948&r2=1582949&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml
(original)
+++ hbase/branches/0.96/hbase-common/src/main/resources/hbase-default.xml Sat
Mar 29 03:43:03 2014
@@ -565,8 +565,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