From a2f6809560e7ca074e78e163413de94aa799c6d9 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 29 Mar 2014 03:42:26 +0000 Subject: [PATCH] HBASE-10862 Update config field names in hbase-default.xml description for hbase.hregion.memstore.block.multiplier git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1582947 13f79535-47bb-0310-9956-ffa450edef68 --- hbase-common/src/main/resources/hbase-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 312de6519e3..da485673905 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -558,8 +558,8 @@ possible configurations would overwhelm and obscure the important. hbase.hregion.memstore.block.multiplier 2 - 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