HBASE-1945 Remove META and ROOT memcache size bandaid
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@831447 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
beaac2c27f
commit
e30b9d47f2
|
@ -148,6 +148,7 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1942 Update hadoop jars in trunk; update to r831142
|
||||
HBASE-1943 Remove AgileJSON; unused
|
||||
HBASE-1944 Add a "deferred log flush" attribute to HTD
|
||||
HBASE-1945 Remove META and ROOT memcache size bandaid
|
||||
|
||||
OPTIMIZATIONS
|
||||
HBASE-410 [testing] Speed up the test suite
|
||||
|
|
|
@ -114,7 +114,6 @@ public class HTableDescriptor implements WritableComparable<HTableDescriptor> {
|
|||
for(HColumnDescriptor descriptor : families) {
|
||||
this.families.put(descriptor.getName(), descriptor);
|
||||
}
|
||||
setMemStoreFlushSize(16 * 1024);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue