summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/evict/evict_page.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/evict/evict_page.c')
-rw-r--r--src/third_party/wiredtiger/src/evict/evict_page.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/src/evict/evict_page.c b/src/third_party/wiredtiger/src/evict/evict_page.c
index 37612bda7e6..e276f72fe3f 100644
--- a/src/third_party/wiredtiger/src/evict/evict_page.c
+++ b/src/third_party/wiredtiger/src/evict/evict_page.c
@@ -316,14 +316,10 @@ __evict_review(
return (EBUSY);
/*
- * Check for an append-only workload needing an in-memory split.
- *
- * We can't do this earlier because in-memory splits require exclusive
- * access, and we can't split if a checkpoint is in progress because
- * the checkpoint could be walking the parent page.
- *
- * If an in-memory split completes, the page stays in memory and the
- * tree is left in the desired state: avoid the usual cleanup.
+ * Check for an append-only workload needing an in-memory split; we
+ * can't do this earlier because in-memory splits require exclusive
+ * access. If an in-memory split completes, the page stays in memory
+ * and the tree is left in the desired state: avoid the usual cleanup.
*/
if (!exclusive) {
WT_RET(__wt_split_insert(session, ref, inmem_splitp));