- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
The total quequd data could not cleanup
- Labels:
-
Apache NiFi
Created on ‎02-09-2022 11:58 PM - edited ‎02-10-2022 12:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the nifi fetch file from FTP server, when a file data has 34 M , flow the QueryRecord processor , The QueryRecord processor not work
The total quequd data could not cleanup when i stop all processor and emplty all queued data
how could i do , now the nifi could not work. thanks
the log display like this :
Created ‎02-10-2022 09:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are probably running out of space on disk or the limits for your NiFi repository are being reached.
Have a look at the article below and try to reduce retention and/or increase the available repository space.
Cheers,
André
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎02-11-2022 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Zhangliang,
For the more efficient tuning of the content repository archive you can use these pages (you might have already known them):
https://community.cloudera.com/t5/Community-Articles/Understanding-how-NiFi-s-Content-Repository-Arc...
https://nifi.apache.org/docs/nifi-docs/html/nifi-in-depth.html#deeper-view-provenance-log-files
also
1] - Add the following property from Ambari under nifi.properties section to a value of 75%
nifi.content.repository.archive.backpressure.percentage to 75%
2] Increase the disk space.
