[
https://issues.apache.org/jira/browse/NIFI-5426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544451#comment-16544451
]
ASF GitHub Bot commented on NIFI-5426:
--------------------------------------
Github user mgaido91 commented on the issue:
https://github.com/apache/nifi/pull/2889
Hi @markap14. I saw the comment on the JIRA that you merged this to master.
Shall I close this PR then? thanks!
> Use NIO.2 API for ListFile to avoid multiple disk reads
> -------------------------------------------------------
>
> Key: NIFI-5426
> URL: https://issues.apache.org/jira/browse/NIFI-5426
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Mark Payne
> Priority: Major
> Fix For: 1.8.0
>
>
> NIFI-4631 attempted to do something similar but had issues when running
> against CIFS mounts, reportedly. However, I think the issue was not the use
> necessarily of NIO.2 but the way in which it was used. It attempted to use
> walkTree and did did not appear to follow symlinks. As a result, this caused
> failures in some scenarios. We should look at using NIO.2 and probably obtain
> a Stream<Path>.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)