Skip to content

RootStorageSvc+RootAuxDynIO: Make ioMutex recursive.

ioMutex needs to be recursive; it is possible to recursively enter the APR code when reading view vectors.

Fixes deadlock seen in DataModelRunTests.

Merge request reports