-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
Two problems with __wt_evict_file_exclusive_on:
First, WT_SESSION.rebalance (__wt_bt_rebalance turns exclusive access on, but doesn't turn it off, so after a rebalance, the tree won't participate in normal eviction.
Second, michael.cahill notes in BF-1841:
I have some doubts about the way __wt_evict_file_exclusive_on / off are structured: we want to be sure in some operations that eviction is excluded for the whole operation. It isn't enough to know that eviction was disabled when the operation started, which is all we can really be confident about at the moment.
- is depended on by
-
SERVER-23140 WiredTiger changes for MongoDB 3.3.4
- Closed
- links to