Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5719

FetchFile can fail to move original file on completion but still route to success

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.7.1
    • 1.8.0
    • None
    • None

    Description

      Currently before fetching the file there are some checks to ensure that the completion strategy will succeed. The check for the move strategy ensures that if the target directory exists that it is a directory and is writable. The issue is that if the directory does not exist, then later during the actual move we try to create it, but this could fail, primarily due to the parent directory not being writable.

      Attachments

        Issue Links

          Activity

            People

              bbende Bryan Bende
              bbende Bryan Bende
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: