Skip to content

RootStorageSvc+PersistencySvc: remove unused RootDomain options

Frank Winklmeier requested to merge fwinkl/athena:rootstoragesvc into master

Remove the following (mostly) unused options in RootDomain because they are modifying ROOT globals and causing thread-checker warnings:

  • ASYNC_PREFETCHING
  • ABORT_LEVEL
  • ERROR_LEVEL

Only the last one was being used in the standalone SimpleUtilityBase and is now set there directly.

cc @ssnyder @gemmeren @mnowak

Merge request reports