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:
parent
46eca98e13
commit
22d20e92fb
|
@ -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]
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue