[
https://issues.apache.org/jira/browse/NIFI-5191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474346#comment-16474346
]
Marco Gaido commented on NIFI-5191:
-----------------------------------
It is a directory mounted with CIFS with some files in it. The files in the
directory are not listed. Only the directory itself is listed.
You can reproduce mounting a CIFS directory al using the ListFile processor to
list its content. The output will be a single flowfile representing the
directory itself and the files in it will not be listed.
> Revert NIFI-4631 since it causes issues with CIFS
> -------------------------------------------------
>
> Key: NIFI-5191
> URL: https://issues.apache.org/jira/browse/NIFI-5191
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Marco Gaido
> Priority: Major
>
> NIFI-4631 was done to improve performances. Unfortunately, it relies on the
> NIO API which has better performance but it also has problems with CIFS
> mounted filesystems.
> In the previous configuration, the processor was working properly listing all
> files, but it was slow. Now it doesn't return the files within the directory.
> So we should revert the change.
> Unfortunately, I cannot attach logs, since the environment in which it
> happens cannot have log data shared back out.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)