Skip to content

FTS-1829: Allows sending "scitag" value in the ThirdPartyCopy operation

Mihai Patrascoiu requested to merge FTS-1829_scitags into 3.12.x

The following changes were implemented:

  • Modify the schema to include a new field t_file.scitag
  • Propagate this value from the database to the UrlCopyProcess, for both regular and Session Reuse transfers
  • Pass this value to Gfal2 transfers parameters
    • Gfal2 (required >= v2.22.0) will pass the scitag value in the HTTP SciTag header
  • Send the scitag value in the TransferComplete monitoring message

This feature should go on the 3.12.x branch, scheduled for the next v3.12.11 release.

Closes FTS-1829

Merge request reports