The data race results from Delete accessing configuration
before Configure has been called.
The immediate fix for this is to fix the call ordering.
A longer term fix is to make it impossible
to access configuration before Configure is called.
Resolves#11971