HBASE-5925 Issue with only using the old config param hbase.hstore.compactionThreshold but not the corresponding new one
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1335738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7d65b7448c
commit
fc6a9cf796
|
@ -107,10 +107,6 @@ class MemStoreFlusher extends HasThread implements FlushRequester {
|
|||
this.globalMemStoreLimitLowMark = lower;
|
||||
this.blockingStoreFilesNumber =
|
||||
conf.getInt("hbase.hstore.blockingStoreFiles", 7);
|
||||
if (this.blockingStoreFilesNumber == -1) {
|
||||
this.blockingStoreFilesNumber = 1 +
|
||||
conf.getInt("hbase.hstore.compactionThreshold", 3);
|
||||
}
|
||||
this.blockingWaitTime = conf.getInt("hbase.hstore.blockingWaitTime",
|
||||
90000);
|
||||
LOG.info("globalMemStoreLimit=" +
|
||||
|
|
Loading…
Reference in New Issue