Member since
12-02-2021
2
Posts
0
Kudos Received
0
Solutions
08-30-2022
08:03 AM
Hi Community, We have disabled the content repository archival by setting following parameters in nifi.properties file. # Content Repository nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository nifi.content.claim.max.appendable.size=50 MB nifi.content.repository.directory.default=./content_repository nifi.content.repository.archive.max.retention.period=15 min nifi.content.repository.archive.max.usage.percentage=50% nifi.content.repository.archive.enabled=false nifi.content.repository.always.sync=false nifi.content.viewer.url=../nifi-content-viewer/ But still the size of content repository is increasing as it processes more flow files and occupying all the disk space. Is there any parameter which we can set to clean up the content repository automatically instead of deleting its contents manually and then restarting NIFI. Looking forward for your help!!
... View more
Labels:
- Labels:
-
Apache NiFi
12-02-2021
09:26 AM
I am facing similar issue. Has anyone found a way resolve this. Looking forward for help!!
... View more