From 5af2380bac8cbfb046dee4e2ef37f5cdb0f5b9fe Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 28 Jul 2008 01:12:35 +0000 Subject: [PATCH] HBASE-779 Test changing hbase.hregion.memcache.block.multiplier to 2 git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@680218 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + conf/hbase-default.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7d0fc7321c2..00e94820504 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -321,6 +321,7 @@ Release 0.2.0 (LN via Stack) HBASE-746 Batching row mutations via thrift (Tim Sell via Stack) HBASE-772 Up default lease period from 60 to 120 seconds + HBASE-779 Test changing hbase.hregion.memcache.block.multiplier to 2 NEW FEATURES HBASE-47 Option to set TTL for columns in hbase diff --git a/conf/hbase-default.xml b/conf/hbase-default.xml index a0110cc691e..1f9f871ebd3 100644 --- a/conf/hbase-default.xml +++ b/conf/hbase-default.xml @@ -210,7 +210,7 @@ hbase.hregion.memcache.block.multiplier - 1 + 2 Block updates if memcache has hbase.hregion.block.memcache time hbase.hregion.flush.size bytes. Useful preventing