Member since
02-22-2023
2
Posts
1
Kudos Received
0
Solutions
03-01-2023
06:33 AM
1 Kudo
I increased the size of the ListenUDP processor and turned to false the content.repository.archive property and everything works again. Thanks for your reply
... View more
03-01-2023
01:27 AM
Hello, I have a Nifi Flow working to ingest logs messages and send it up to ElasticSearch. Everything worked fine for one month but suddenly some issues appeared without changes about size and volumetry of incoming logs messages: - I have a lookupRecord processor to enrich data and the queue become full for it so i guess this processor is the problem but it never had this behavior before - Nifi tell me it's unable to write flowfile content to content repo due to archive file size constraint - The input processor of the flow is a listenUDP and warn me that the internal queue is full I tried to reboot everything, obsioulsy, and also to increase JVM memory settings to Xmx12g to be sure it's not a lack of memory. I saw that the archive cleanup issue could be a bug from Nifi but I'm actually on 1.17 and even tried to move to 1.20 and everything is same. Any idea of what could cause those problems ? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi