Skip to content

AthenaServices: Make sure all event stores are clear at end of job.

If we exit the event loop early due to an error, some event stores may not get cleared. This can lead to segfaults later, because DetectorStore will usually get finalized before HiveMgrSvc. Fix by ensuring that all stores are clear in AthenaHiveEventLoopMgr::stop().

Merge request reports