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:
Michael Stack 2012-05-08 20:12:04 +00:00
parent 7d65b7448c
commit fc6a9cf796
1 changed files with 0 additions and 4 deletions

View File

@ -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=" +