Actions
Bug #16299
closedmake scatter job: File object contains contents with number of bytes that exceeds CONTENT_LIMIT length (65536)
Status:
Resolved
Priority:
High
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
This seems like a bug to me and any attempts to set loadContents: false don't help. I mean... CWL isn't supposed to load >65k of content so I guess this applies to the real amount of contents but why would it stop a job from being scattered?
Updated by Stanislaw Adaszewski over 4 years ago
turned out to be complaining about too large a synthetic file in InitialWorkDirRequirement. please close this one.
Updated by Peter Amstutz over 4 years ago
- Status changed from New to Resolved
Stanislaw Adaszewski wrote:
turned out to be complaining about too large a synthetic file in InitialWorkDirRequirement. please close this one.
Yes, it's working as designed. Although we're strongly considering increasing the limit to 1 megabyte for the 1.2 CWL spec, we have found 65k to be a little too restrictive for many otherwise reasonable cases.
Actions