HBASE-11673 TestIOFencing#testFencingAroundCompactionAfterWALSync fails(Sergey Soldatov)
This commit is contained in:
parent
51cc4fed0a
commit
c9d0feb284
@ -247,6 +247,7 @@ public class TestIOFencing {
|
||||
c.setLong("hbase.hregion.memstore.flush.size", 200000);
|
||||
c.set(HConstants.HBASE_REGION_SPLIT_POLICY_KEY, ConstantSizeRegionSplitPolicy.class.getName());
|
||||
// Only run compaction when we tell it to
|
||||
c.setInt("hbase.hstore.compaction.min",1);
|
||||
c.setInt("hbase.hstore.compactionThreshold", 1000);
|
||||
c.setLong("hbase.hstore.blockingStoreFiles", 1000);
|
||||
// Compact quickly after we tell it to!
|
||||
|
Loading…
x
Reference in New Issue
Block a user