-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2025-02-17, Storage Execution 2025-03-03, Storage Execution 2025-03-17
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.