HBASE-16747 Track memstore data size and heap overhead separately - Addendum to fix TestIOFencing.

This commit is contained in:
anoopsamjohn 2016-10-31 11:05:36 +05:30
parent 6ce05d44e5
commit 79073cd40c
1 changed files with 1 additions and 1 deletions

View File

@ -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);