Member since
10-15-2017
14
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2800 | 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
12-10-2018
06:51 PM
After updating to 1.8, Random processes stop accepting data. There is data in the queue, the process is started, but no activity go through it. If I stop and start the process, that seems to trigger it to start accepting flowfiles.
... View more
06-28-2018
09:07 PM
ok.thanks for the clarification. however the modification date seems to be of the flowfile, not the actual file. I tried a file that has a modification date of 6 months ago, but the modified date is current date.
... View more
06-27-2018
07:14 PM
We have many historical number of files on server, but only want to begin listing files from a current date. Right now it appears that we can only clear the state,which starts the listing at the earliest dated file. Nifi version 1.5.0
... View more
Labels:
- Labels:
-
Apache NiFi
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
06-04-2018
07:17 PM
We have listsftp/fetchsftp process configured on a cluster. They work great, however the Listsftp will only fire once after started even though we have it scheduled for 30 minute interval. It doesn't list any files after the first time it starts, even though there are new files added to directory every 30 minutes. We are using nifi-1.5.0
... View more
Labels:
- Labels:
-
Apache NiFi
12-16-2017
05:14 AM
Unfortunately, the validation query doesn't appear to be working. We are still gettng the same issue, the putsql's lose the connection to oracle(looking in oracle it doesn't show any connections), but the controller in nifi, is showing connected, so the putsql's just stop.
... 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
10-23-2017
09:17 PM
Thanks, but i see that polling is mostly for input files,and that doesn't seem to be an issue, Most times there is nothing in the input directory. but still unresponsive.
... View more
10-18-2017
12:51 AM
Thanks, but we had the heap set to 64g. I tried downsizing to 32g. Memory on machine is 80g I will see how that works.Usually putting through about 50000 files every 1/2 hour. # JVM memory settings
java.arg.2=-Xms32g
java.arg.3=-Xmx32g
... View more
10-17-2017
04:13 PM
nifi flow is unresponsive. did nifi.sh status. 2017-10-17 12:09:15,040 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi is running at PID 24007 but is not responding to ping requests
... View more
- Tags:
- slow
Labels:
- Labels:
-
Apache NiFi
10-15-2017
02:29 PM
thanks, I will give it a try.
... View more
10-15-2017
01:58 PM
Our flow files ends with putsql's to oracle database. At random times, the flow stops with files in the queue before the putsql's. (5 minute activity shows 0). Stopping and starting nifi does not do anything. However we found that disabling and enabling the dbcpconnection pool starts it going again. We are on nifi.1.2.0
... View more
Labels:
- Labels:
-
Apache NiFi