Re: Nifi errors - FetchFile and UnpackContent

2019-10-11 Thread Tomislav Novosel
Any more suggestions to this situation? Thanks, Tom On Thu, 3 Oct 2019 at 19:54, Tomislav Novosel wrote: > Hi Jeff, > > None of this is applied in pipeline and FetchFile processor. > It is not on cluster, it runs only on one standalone Nifi instance. > Completion strategy is on None, nor

Re: Nifi errors - FetchFile and UnpackContent

2019-10-03 Thread Tomislav Novosel
Hi Jeff, None of this is applied in pipeline and FetchFile processor. It is not on cluster, it runs only on one standalone Nifi instance. Completion strategy is on None, nor deleting, nor Moving. Only thing that can be is that someone else uses the file at the same time because that shared disk

Re: Nifi errors - FetchFile and UnpackContent

2019-10-03 Thread Jeff
Hello Tomislav, Are these processors running in a multi-node cluster? Is FetchFile downstream from a ListFile processor that is scheduled to run on all nodes versus Primary Node only? Is FetchFile's Completion Strategy set to "Move File" or "Delete File"? Typically, source processors should be

Nifi errors - FetchFile and UnpackContent

2019-10-03 Thread Tomislav Novosel
Hi all, I'm getting errors from FetchFile and UnpackContent processors. I have pipeline where I fetch zip files as they come continuously on shared network drive with Minimum file age set to 30 sec to avoid fetching file before it is written to disk completely. Sometimes I get this error from