Skip to content

PoolSvc: thread-checker cleanup and extra locking

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

PoolSvc::createCollection was marked as not thread-safe due to the use of the pool::CollectionFactory singleton. Use the general PoolSvc mutex to protect access to it and mark it as safe.

Also lock when calling registerPFN on the catalog as it is not clear to me if the context-specific persistency lock is good enough.

Finally remove some unnecessary mutable, thread-checker annotations and update link dependencies.

cc @gemmeren @mnowak

Merge request reports