-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
The WiredTigerSessionCache has a container that uses direct "new" and "delete" calls with a custom destructor. We should just turn this into a class with a destructor and rely on unique_ptr for construction and destruction.