Skip to content

IOVSvc: Load conditions dictionaries during initialize().

Scott Snyder requested to merge ssnyder/athena:dict.IOVSvc-20210517 into master

Make sure that root dictionaries for the objects we manage are loaded during initialize(). Leaving them to be loaded until after event processing starts is unreliable, as root sometimes has problems loading dictionaries when multiple threads are running.

See ATLASRECTS-6347.

Merge request reports