Skip to content

FTS-1920: Schema changes and database logic to add log files to transfer retry attemps

Mihai Patrascoiu requested to merge FTS-1920_retry_log into develop

This change implements all the necessary schema work and SQL queries needed in order to store log files for transfer retry attempts. The following changes are needed:

  • A new field t_file_retry_errors.transfer_host to store the transfer host
  • A new field t_file_retry_errors.log_file to store the log file
  • A new log_file variable in the update status message sent by the UrlCopyProcess to the Server, when the transfer is completed
  • SQL queries to store the transfer_host and log_file values in the database

A reformatting is also done on the setRetryTransfer(..) function.

Edited by Mihai Patrascoiu

Merge request reports