You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "n h (JIRA)" <ji...@apache.org> on 2016/07/25 07:14:20 UTC

[jira] [Updated] (NIFI-2383) ListFile

     [ https://issues.apache.org/jira/browse/NIFI-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

n h updated NIFI-2383:
----------------------
    Labels: Core ListFile  (was: )

> ListFile
> --------
>
>                 Key: NIFI-2383
>                 URL: https://issues.apache.org/jira/browse/NIFI-2383
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: n h
>            Priority: Minor
>              Labels: Core, ListFile
>
> ListFile does not detect directory updates correctly. It seems it only check for file name and modified date. 
> Using a 2 processors flow: ListFile -> FetchFile, and configure FetchFile to finally delete files. Following scenario fails:
> 1. Create file1.txt somewhere outside of watching directory.
> 2. Copy file1.txt to watching directory.
> 3. Wait for FetchFile to fetch and delete file1.txt
> 4. Copy file1.txt again to watching directory.
> In the 2nd time ListFile does not detect "new copy of the same file file1.txt" because file name and modified time are the same. Only creation time is updated.



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