Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

ListFile processor is not detecting all new files

avatar
Contributor

I have triggered dataflow and its running everyday. For 1st run, ListFile is able to list files and pass it on to next starge FetchFile. But when i touch file in my input directory, ListFile is unable to list those files. 

1 ACCEPTED SOLUTION

avatar
Explorer

This problem should be solved in NiFi 1.8.0.

I tested the scenario in MiNiFi 0.5.0 (based on  NiFi 1.7.0). After I executed 

find . -exec touch -m {} +

ListFile would list files again.

 

Ref:https://stackoverflow.com/questions/51088169/nifi-listfile-processor-is-not-detecting-file-changes-s...

View solution in original post

1 REPLY 1

avatar
Explorer

This problem should be solved in NiFi 1.8.0.

I tested the scenario in MiNiFi 0.5.0 (based on  NiFi 1.7.0). After I executed 

find . -exec touch -m {} +

ListFile would list files again.

 

Ref:https://stackoverflow.com/questions/51088169/nifi-listfile-processor-is-not-detecting-file-changes-s...