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:
parent
5145547154
commit
eab3e07e39
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue