TestCompaction was hanging because it was blocking... up the multiplier so we don't block any more

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@999017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-20 17:35:05 +00:00
parent 467a0e726d
commit 3a6705b08b
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;
}