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:
parent
467a0e726d
commit
3a6705b08b
|
@ -61,7 +61,7 @@ public class TestCompaction extends HBaseTestCase {
|
||||||
|
|
||||||
// Set cache flush size to 1MB
|
// Set cache flush size to 1MB
|
||||||
conf.setInt("hbase.hregion.memstore.flush.size", 1024*1024);
|
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;
|
this.cluster = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue