Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-364

Renaming source files after successful transfer using replace and replacing parameters should be transaction-safe

    XMLWordPrintable

Details

    Description

      As of Now Situation

      • In version 1.7.4 JADE move files into a local directory using parameters source_replacing and source_replacement
        source_replacing = .*
        source_replacement = /home/sos/save/[filename:]
        
      • The parameter use is overlapping with option source_post_command
        source_post_command     = mv $SourceFileName  /home/sos/save/`basename $SourceFileName`
        
      • Reference KB article :
      • The renaming on the source will be done for each source file after its successfully transfer.
      • Unfortunallly the renaming is not transaction-safe.

      Desired Behavior

      • The renaming of the source should be carried out only when all files are transferred if the option transactional=true.

      Attachments

        Activity

          People

            oh Oliver Haufe
            mp Mahendra Patidar
            Mahendra Patidar Mahendra Patidar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: