HBASE-7761 MemStore.USEMSLAB_DEFAULT is false, hbase-default.xml says it's true (Anoop)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1444952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-02-11 20:32:45 +00:00
parent d7bcd1e0b6
commit 538abfe0d8
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class MemStore implements HeapSize {
static final String USEMSLAB_KEY =
"hbase.hregion.memstore.mslab.enabled";
private static final boolean USEMSLAB_DEFAULT = false;
private static final boolean USEMSLAB_DEFAULT = true;
private Configuration conf;