Michael Moser created NIFI-837:
----------------------------------

             Summary: GetSFTP and GetFTP do not pull files on first onTrigger
                 Key: NIFI-837
                 URL: https://issues.apache.org/jira/browse/NIFI-837
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 0.2.1
            Reporter: Michael Moser
            Priority: Minor


Due to a small coding error in GetFileTransfer.java, the GetSFTP and GetFTP 
processors do a directory listing of files on the first onTrigger() but wait 
until the second call to onTrigger() before they actually get any files.  When 
these processors are in CRON driven mode the time between calls to onTrigger() 
may be significant (e.g. once per day), and if the processor is stopped then 
that time resets.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to