The current debug=(release_evict) cursor evicts the current cursor page whenever the cursor->reset is called. Along with the above option, letting the debug cursor evict the pages that are traversed whenever it moves to the next page. This way it can ensure that all the pages of a btree are evicted.
Scope includes adding a new test.
- related to
-
SERVER-30689 Add command to flush the WiredTiger cache
- Backlog
-
WT-8428 Investigate why the session debug config does not always evict pages
- Closed