HBASE-16747 Track memstore data size and heap overhead separately - Addendum to fix TestIOFencing.
This commit is contained in:
parent
6ce05d44e5
commit
79073cd40c
|
@ -241,7 +241,7 @@ public class TestIOFencing {
|
|||
// Insert our custom region
|
||||
c.setClass(HConstants.REGION_IMPL, regionClass, HRegion.class);
|
||||
// Encourage plenty of flushes
|
||||
c.setLong("hbase.hregion.memstore.flush.size", 100000);
|
||||
c.setLong("hbase.hregion.memstore.flush.size", 25000);
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue