dmwm / das2go

Go implementation of Data Aggregation System (DAS) for CMS experiment
MIT License
2 stars 2 forks source link

Use `--deep` option to look-up sites info for given dataset (rucio container) #53

Open vkuznet opened 1 year ago

vkuznet commented 1 year ago

According to discussion in this thread https://github.com/cms-sw/cmssw/issues/40889#issuecomment-1446638392 DAS provides different set of site results for two types of DAS queries:

The cause of this lies in usage of --deep flag in URL call like this http://cms-rucio.cern.ch/replicas/cms/RelValTTbar_14TeV/CMSSW_12_3_0_pre5-123X_mcRun4_realistic_v4_2026D88noPU-v1/GEN-SIM (second use-case above). We need Rucio team assistance, e.g. from @ericvaandering , to provide clear REST API option for this --deep python flag. Once REST API call will be clarified then it can be incorporated into DAS codebase.

ericvaandering commented 1 year ago

Commented on the referenced issue

vkuznet commented 1 year ago

Added deep option in this commit 6e74f2ec5c8ddb5558b748c77276b7c2692f9484