Skip to content

StoreGate: Fix SGImplSvc::clearProxyPayload deadlock.

Scott Snyder requested to merge ssnyder/athena:dl.StoreGate-20211102 into master

In SGImplSvc::clearProxyPayload(), when we retrieve pointers from the proxy in order to clear the transient map, test with isValidObject first to avoid possibily triggering I/O. It's useless to begin with, and could lead to a deadlock (see ATR-24482).

Merge request reports