Skip to content

Remove IOV Callback from TagInfoMgr

Marcin Nowak requested to merge mnowak/athena:TagInfoMgr.rm.IOVCB into 22.0

Removed the use of the IOVSvc callback as it is not thread-safe. Now relying solely on incidents (begin run/file) Also removed DataHandles use to not trigger gccchecker thread safety errors (see ATEAM-855)

Edited by Marcin Nowak

Merge request reports