Bryan Bende created NIFI-5719:
---------------------------------
Summary: FetchFile can fail to move original file on completion
but still route to success
Key: NIFI-5719
URL: https://issues.apache.org/jira/browse/NIFI-5719
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.7.1
Reporter: Bryan Bende
Assignee: Bryan Bende
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)