Fix hanging TestCompaction test -- it was putting up the blocking gate and never moving on

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@997589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-16 05:09:10 +00:00
parent 5145547154
commit eab3e07e39
1 changed files with 1 additions and 1 deletions

View File

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