cms-PdmV / relmonService

0 stars 2 forks source link

handled un-downloadable DQM files #2

Open franzoni opened 9 years ago

franzoni commented 9 years ago

hello @jonasdaugalas please handle the cases when, according to the service, the DQM file for a workflow are available, but the download script does not find them.

PS: how do you handle the workflows which have real data in input and which correspond to more than one file (one per run) ?

jonasdaugalas commented 9 years ago

My current decision is to repeat the downloader launching while there exist samples with status "ROOT" (*.root files have been found for such samples).

For samples with more than one file: sample's status is set to "ROOT" (this means that the sample is ready for downloading) when at least one file can be found for that sample. When downloader is launched, for each "ROOT" sample all available files are being downloaded. How this case should be handled? Is it possible to know in advance, how many files for specific sample to expect?