-
Type: Task
-
Resolution: Done
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Take the dhandle lock, but minimize the amount of time we are holding it for.
This is similar to WT-1409 but holds the dhandle lock for a shorter period. There could be a lot of trees open, and the manager can allocate memory inside the loop, so I think it's best to avoid holding the handle lock for the entire operation.
- is related to
-
WT-1409 The LSM manager thread needs the handle list to walk the list of LSM trees
- Closed