FTS-1920: Schema changes and database logic to add log files to transfer retry attemps
Loading
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:
t_file_retry_errors.transfer_host
to store the transfer hostt_file_retry_errors.log_file
to store the log filelog_file
variable in the update status message sent by the UrlCopyProcess
to the Server, when the transfer is completedtransfer_host
and log_file
values in the databaseA reformatting is also done on the setRetryTransfer(..)
function.