From ca2a11cd3bad1b4eb533b1bca4a2f2257eb59ad2 Mon Sep 17 00:00:00 2001 From: Nicolas Liochon Date: Fri, 23 May 2014 19:32:21 +0200 Subject: [PATCH] HBASE-11209 Increase the default value for hbase.hregion.memstore.block.multipler from 2 to 4 --- hbase-common/src/main/resources/hbase-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index f4087aacacd..c9b83ab4954 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -559,7 +559,7 @@ possible configurations would overwhelm and obscure the important. hbase.hregion.memstore.block.multiplier - 2 + 4 Block updates if memstore has hbase.hregion.memstore.block.multiplier times hbase.hregion.memstore.flush.size bytes. Useful preventing