You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (JIRA)" <ji...@apache.org> on 2018/06/06 08:13:00 UTC

[jira] [Resolved] (NIFI-5262) ListFile should retrieve file attributes only once

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

Pierre Villard resolved NIFI-5262.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.0

> ListFile should retrieve file attributes only once
> --------------------------------------------------
>
>                 Key: NIFI-5262
>                 URL: https://issues.apache.org/jira/browse/NIFI-5262
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.7.0
>            Reporter: Marco Gaido
>            Assignee: Marco Gaido
>            Priority: Major
>             Fix For: 1.7.0
>
>
> The ListFile processor retrieves many times file information like the {{length}}, the {{lastModifiedTime}}, the {{isDirectory}} attribute. If the filesystem is remote, each of these method calls is blocking and involving a communication with the remote system.
> We should avoid to retrieve the info more than once in order to improve performances.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)