You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Filip Maretić (Jira)" <ji...@apache.org> on 2022/05/09 09:54:00 UTC

[jira] [Created] (NIFI-10002) NiFi autodigests itself

Filip Maretić created NIFI-10002:
------------------------------------

             Summary: NiFi autodigests itself
                 Key: NIFI-10002
                 URL: https://issues.apache.org/jira/browse/NIFI-10002
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.15.3
            Reporter: Filip Maretić


There could be a possible problem with the NiFi ListFile -> FetchFile combination when using variables that do not exist in the ListFile processor.

Steps to reproduce:
 * configure the ListFile's input directory to some variable that does not exist ${foo}
 * connect the ListFile to FetchFile and configure FetchFile to delete files
 * start the processors
 * NiFi resolved the ${foo} to empty String or null (not sure) and starts to fetch files from the NiFi working directory
 * NiFi autodigests itself



--
This message was sent by Atlassian Jira
(v8.20.7#820007)