HBASE-5792 HLog Performance Evaluation Tool

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1326792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-04-16 20:43:23 +00:00
parent fa6cc996df
commit fcfb13e312
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ public class HRegion implements HeapSize { // , Writable{
void setHTableSpecificConf() {
if (this.htableDescriptor == null) return;
LOG.info("Setting up tabledescriptor config now ...");
long flushSize = this.htableDescriptor.getMemStoreFlushSize();
if (flushSize == HTableDescriptor.DEFAULT_MEMSTORE_FLUSH_SIZE) {