Ticket #75 (closed feature: fixed)

Opened 9 months ago

Last modified 8 months ago

Improved ftp transfer abort/kill

Reported by: patrick Assigned to: behrmann
Priority: major Milestone: 1.8.0-13
Component: ftp Version: 1.8.0
Keywords: abort transfer error Cc:
Sub Version:

Description (Last modified by patrick)

  • SVN : 8492, 8495, 8622
  • Extended AbstractFtpDoorV1.transfer_error to kill the mover, if any. This avoids that the defunct mover fills a slot on the pool.
  • Changed ABOR to use transfer_error to cancel the transfer. This ensures that we clean up after the transfer, including deleting the file if the door is configured to do so.
  • Introduced a 15 second delay after killing the mover. This should

ensure that he replica is registered in the companion, which in turn should solve the "orphaned file on FTP failure"-problem. This is only a hack until we have implemented a proper solution.

Change History

03/02/08 16:31:20 changed by patrick

  • status changed from new to closed.
  • resolution set to fixed.

03/02/08 16:31:39 changed by patrick

  • status changed from closed to reopened.
  • resolution deleted.

03/02/08 16:31:48 changed by patrick

  • owner changed from omsynge to behrmann.
  • status changed from reopened to new.

03/02/08 16:31:54 changed by patrick

  • status changed from new to closed.
  • resolution set to fixed.

03/13/08 08:11:51 changed by patrick

  • description changed.