Member since
10-15-2017
14
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2306 | 10-25-2017 10:13 PM |
12-10-2018
06:54 PM
example of flow, the routeonattribute is started, but nothing going through it, even though queue has many flowfiles.
... View more
06-29-2018
08:26 PM
That is interesting - in my testing it receives the value of the last modified time in the filesystem you are pulling from. Can you double-check the file you're pulling on your FTP server? Or perhaps try creating a new file and testing? I tested using this public FTP test site: ftp://speedtest.tele2.net/ You can see my date matches the date on the FTP site:
... View more
06-04-2018
07:38 PM
Thanks for the feedback. I have read that description, and that is exactly what we want it to do. However even though there are files on the server that have a timestamp newer than what is listed in the Listsftp state, it still does not read them.
... View more
10-25-2017
10:13 PM
We have resolved the issue. As usual in hindsight it seems obvious. One of the processes, a transformxml, had the thread count set at 20. This seemed fine as most files going through were about 3m each. Our Java heap was set at 64g. However new files were introduced, that were in the 3g range. Simple math, 3 x 20=60g. used up for that 1 process. Since there was usually about 200k files flowing through at any one time, memory quickly got exhausted. We put a route attribute, to route these large files to a process that only has a couple of threads, while the smaller files could still filter through the process with 20 threads. Thanks for all the help suggestions. @Hans Feldmann
... View more
04-24-2019
06:38 AM
@Shu can you please guide, how to trigger the rest api command scripts in NiFi which you have suggested in this post
... View more