HBASE-17333 HBASE-17294 always ensures CompactingMemstore is default (Ram)

This commit is contained in:
Ramkrishna 2016-12-20 11:01:27 +05:30
parent 0cf1642926
commit db5953c6fe
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class CompactingMemStore extends AbstractMemStore {
public static final String COMPACTING_MEMSTORE_TYPE_KEY =
"hbase.hregion.compacting.memstore.type";
public static final String COMPACTING_MEMSTORE_TYPE_DEFAULT =
String.valueOf(HColumnDescriptor.MemoryCompaction.BASIC);
String.valueOf(HColumnDescriptor.MemoryCompaction.NONE);
// Default fraction of in-memory-flush size w.r.t. flush-to-disk size
public static final String IN_MEMORY_FLUSH_THRESHOLD_FACTOR_KEY =
"hbase.memstore.inmemoryflush.threshold.factor";