HBASE-1068 TestCompaction broken on hudson

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@727889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-12-19 01:58:47 +00:00
parent 46eca98e13
commit 22d20e92fb
2 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ Release 0.19.0 - Unreleased
HBASE-1065 Minor logging improvements in the master HBASE-1065 Minor logging improvements in the master
HBASE-1053 bring recent rpc changes down from hadoop HBASE-1053 bring recent rpc changes down from hadoop
HBASE-1056 [migration] enable blockcaching on .META. table HBASE-1056 [migration] enable blockcaching on .META. table
HBASE-1068 TestCompaction broken on hudson
NEW FEATURES NEW FEATURES
HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters] HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters]

View File

@ -57,7 +57,7 @@ public class TestCompaction extends HBaseTestCase {
// Set cache flush size to 1MB // Set cache flush size to 1MB
conf.setInt("hbase.hregion.memcache.flush.size", 1024*1024); conf.setInt("hbase.hregion.memcache.flush.size", 1024*1024);
conf.setInt("hbase.hregion.memcache.block.multiplier", 2); conf.setInt("hbase.hregion.memcache.block.multiplier", 10);
this.cluster = null; this.cluster = null;
} }