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:
Jean-Daniel Cryans 2009-10-30 20:36:42 +00:00
parent beaac2c27f
commit e30b9d47f2
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -114,7 +114,6 @@ public class HTableDescriptor implements WritableComparable<HTableDescriptor> {
for(HColumnDescriptor descriptor : families) {
this.families.put(descriptor.getName(), descriptor);
}
setMemStoreFlushSize(16 * 1024);
}
/**