summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_manager.c
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-06-04 04:55:23 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-06-04 04:55:23 +0000
commit2dc9489396988828831e5614a68f2ceb644e43e9 (patch)
treeabdcb8d3e1c9034f4adffa7f8ad2efa71e86a474 /src/lsm/lsm_manager.c
parent6f28ef6528d069bf5a8892f4a79a2737eeab8402 (diff)
downloadmongo-2dc9489396988828831e5614a68f2ceb644e43e9.tar.gz
Fixup per review comments, and general tidy.
Diffstat (limited to 'src/lsm/lsm_manager.c')
-rw-r--r--src/lsm/lsm_manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lsm/lsm_manager.c b/src/lsm/lsm_manager.c
index 9e6dfcf8f42..cb078d991d8 100644
--- a/src/lsm/lsm_manager.c
+++ b/src/lsm/lsm_manager.c
@@ -418,7 +418,8 @@ __lsm_manager_run_server(WT_SESSION_IMPL *session)
lsm_tree->nchunks > 1) ||
(lsm_tree->queue_ref == 0 &&
lsm_tree->nchunks > 1) ||
- (lsm_tree->merge_aggressiveness > 2 &&
+ (lsm_tree->merge_aggressiveness >
+ WT_LSM_AGGRESSIVE_THRESHOLD &&
!F_ISSET(lsm_tree, WT_LSM_TREE_COMPACTING)) ||
pushms > fillms) {
WT_ERR(__wt_lsm_manager_push_entry(