dmwm / PHEDEX

CMS data-placement suite
8 stars 18 forks source link

To/from PFN filters not working on Activity::ErrorInfo pages #827

Open ericvaandering opened 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 88916 reported by wildish on Wed Nov 16 04:04:40 2011.

pick a to/from node-pair with errors, then copy/paste the PFN into the to or from field as appropriate, the page reports zero errors found!

nikmagini commented 8 years ago

Strangely enough, using the exact PFN in the filter doesn't work:

https://cmsweb.cern.ch/phedex/prod/Activity::ErrorInfo?tofilter=T1_US_FNAL_Disk&fromfilter=.*&report_code=.*&xfer_code=.*&to_pfn=srm%3A%2F%2Fcmssrmdisk.fnal.gov%3A8443%2Fsrm%2Fmanagerv2%3FSFN%3D%2Fdcache%2Fuscmsdisk%2Fstore%2Fmc%2FRunIISummer15GS%2FTTJets_HT-800to1200_TuneCUETP8M1_13TeV-madgraphMLM-pythia8%2FGEN-SIM%2FMCRUN2_71_V1-v1%2F10000%2F14828237-695A-E511-8DA3-008CFA0518D4.root&from_pfn=.*&log_detail=.*&log_validate=.*&.submit=Update#

NOT OK...

But adding a dot-star wildcard between "managerv" and "2" works...

https://cmsweb.cern.ch/phedex/prod/Activity::ErrorInfo?tofilter=T1_US_FNAL_Disk&fromfilter=.*&report_code=.*&xfer_code=.*&to_pfn=srm%3A%2F%2Fcmssrmdisk.fnal.gov%3A8443%2Fsrm%2Fmanagerv.*2%3FSFN%3D%2Fdcache%2Fuscmsdisk%2Fstore%2Fmc%2FRunIISummer15GS%2FTTJets_HT-800to1200_TuneCUETP8M1_13TeV-madgraphMLM-pythia8%2FGEN-SIM%2FMCRUN2_71_V1-v1%2F10000%2F14828237-695A-E511-8DA3-008CFA0518D4.root&from_pfn=.*&log_detail=.*&log_validate=.*&.submit=Update#

OK...