As detected in MongoDB testing, after a table is dropped with "force" (which is always passed by MongoDB), the sweep server can see a tree marked "dead" and go to discard it before the drop has completed. Then drop clears the "no eviction" flag and eviction can be running concurrent with the sweep server discarding the tree from cache.
- is depended on by
-
SERVER-22804 WiredTiger changes for MongoDB 3.3.3
- Closed
- is related to
-
WT-2733 Backport fixes for races between eviction and dead handle cleanup
- Closed
- links to