From . * [new ref] HEAD -> merge-attempt From https://github.com/cms-sw/cmssw * [new ref] refs/pull/48073/head -> cms-sw/refs/pull/48073/head Switched to branch 'merge-attempt' Merge made by the 'ort' strategy. FWCore/Services/src/SiteLocalConfigService.cc | 6 +- IOPool/TFileAdaptor/src/TFileAdaptor.cc | 94 +++-- IOPool/TFileAdaptor/src/TFileAdaptor.h | 2 +- .../DCacheAdaptor/plugins/DCacheStorageMaker.cc | 5 +- .../DavixAdaptor/plugins/DavixStorageMaker.cc | 5 +- Utilities/StorageFactory/BuildFile.xml | 1 + Utilities/StorageFactory/README.md | 53 ++- .../StorageFactory/interface/StorageFactory.h | 28 +- Utilities/StorageFactory/interface/StorageMaker.h | 5 + .../StorageFactory/interface/StorageProxyMaker.h | 20 + .../interface/StorageProxyMakerFactory.h | 14 + Utilities/StorageFactory/plugins/BuildFile.xml | 11 + .../StorageFactory/plugins/HttpStorageMaker.cc | 2 + .../StorageFactory/plugins/LocalStorageMaker.cc | 5 +- .../plugins/StorageAddLatencyProxy.cc | 130 ++++++ .../StorageFactory/plugins/StorageTracerProxy.cc | 261 ++++++++++++ .../StorageFactory/scripts/edmStorageTrace.py | 466 +++++++++++++++++++++ Utilities/StorageFactory/src/StorageFactory.cc | 52 ++- Utilities/StorageFactory/src/StorageProxyMaker.cc | 5 + .../StorageFactory/src/StorageProxyMakerFactory.cc | 6 + Utilities/StorageFactory/test/BuildFile.xml | 2 + Utilities/XrdAdaptor/plugins/XrdStorageMaker.cc | 5 +- 22 files changed, 1114 insertions(+), 64 deletions(-) create mode 100644 Utilities/StorageFactory/interface/StorageProxyMaker.h create mode 100644 Utilities/StorageFactory/interface/StorageProxyMakerFactory.h create mode 100644 Utilities/StorageFactory/plugins/StorageAddLatencyProxy.cc create mode 100644 Utilities/StorageFactory/plugins/StorageTracerProxy.cc create mode 100755 Utilities/StorageFactory/scripts/edmStorageTrace.py create mode 100644 Utilities/StorageFactory/src/StorageProxyMaker.cc create mode 100644 Utilities/StorageFactory/src/StorageProxyMakerFactory.cc Switched to branch 'from-CMSSW_15_1_X_2025-05-13-1100'