FTS-1920: Schema changes and database logic to add log files to transfer retry attemps
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 theUrlCopyProcess
to the Server, when the transfer is completed - SQL queries to store the
transfer_host
andlog_file
values in the database
A reformatting is also done on the setRetryTransfer(..)
function.
Edited by Mihai Patrascoiu