Details
-
Bug
-
Status: Closed
-
Critical - P2
-
Resolution: Fixed
-
None
-
None
-
Storage Non-NYC 2018-04-09
-
v3.6
Description
In WT-3805, we made some changes intended to skip most lookaside data when truncating tables.
This is a particular issue for MongoDB's oplog, which can have lookaside entries when there is replication lag, but should be truncated without re-reading the oplog pages or the lookaside pages containing those entries.
It appears from internal testing that the changes in WT-3805 were not effective. That needs to be fixed, and we need a regression test for standalone WiredTiger that this isn't reintroduced.