summaryrefslogtreecommitdiff
path: root/src/lsm
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-04-23 17:52:42 -0400
committerMichael Cahill <michael.cahill@mongodb.com>2015-04-27 17:13:35 +1000
commit04f9af1c4fb9a9287786948a818c88eef68cb8a4 (patch)
tree7965be8ccddcc0aa85f0ca6bdf0e5ee4e3bac598 /src/lsm
parent1980475337ce5802994e6e521dc1aea3aebc3ccd (diff)
downloadmongo-04f9af1c4fb9a9287786948a818c88eef68cb8a4.tar.gz
If a file is marked cache-resident, it can never be evicted,
this fixes SERVER-18192.
Diffstat (limited to 'src/lsm')
-rw-r--r--src/lsm/lsm_work_unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsm/lsm_work_unit.c b/src/lsm/lsm_work_unit.c
index dea012ccb9e..15c3d34d5b0 100644
--- a/src/lsm/lsm_work_unit.c
+++ b/src/lsm/lsm_work_unit.c
@@ -344,7 +344,7 @@ __wt_lsm_checkpoint_chunk(WT_SESSION_IMPL *session,
WT_RET_MSG(session, ret, "LSM metadata write");
/*
- * Clear the "cache resident" flag so the primary can be evicted and
+ * Clear the no-eviction flag so the primary can be evicted and
* eventually closed. Only do this once the checkpoint has succeeded:
* otherwise, accessing the leaf page during the checkpoint can trigger
* forced eviction.