Closed
Description
The PAL maintains a lot of global state and assumes there is a single log manager. On older versions of OneDS, creating and then destroying multiple log managers would cause a double-delete when trying to free the worker thread. This is no longer the case since the worker thread refactor, but if one log manager is shut down before the other - it appears it could cause significant issues with the other log manager.
This area should have tests.