FTS-1885: Refuse FTS job submissions if archive/staging metadata exceeds configurable size
The staging-metadata
and archive-metadata
fields are JSON objects. More so, the experiment frameworks store large amounts of metadata per file. To prevent storing very large metadata fields in FTS, a size restriction is needed (configurable, default 1kb).
If the metadata field exceeds the limit, the REST Server will return an error message upon job submission.
The staging/archive metadata for each file size has to be checked independently.
Edited by Mihai Patrascoiu