-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publisher fails on some tasks when listing parents #6771
Comments
The DBS error
complains about parent file
The This is task which used this config
I am puzzled |
indeed DBS does not like the '_' at the end
in this case |
The original input dataset in |
Looks like I can make TaskPublish run changing
to try:
blocksDict = destReadApi.listBlocks(logical_file_name=parentFile)
except:
parentsToSkip.add(parentFile)
continue |
the above fix is now deployed and works, but it would be better to make it less generic. |
following up on https://cms-logbook.cern.ch/elog/Analysis+Operations/3550
I find that some tasks are not progressing becasue TaskPublish fails in a new way:
The text was updated successfully, but these errors were encountered: