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:
parent
fa6cc996df
commit
fcfb13e312
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue