reinitializeStorageEngine() first sets the TicketHolders to nullptr, and then reinitializes them, all of it while holding the global lock.
However other operations could be accessing the TicketHolders concurrently, since that happens before acquiring the global lock.