[
https://issues.apache.org/jira/browse/NIFI-11317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-11317.
-----------------------------------
Resolution: Feedback Received
Apache NiFi 1.x is no longer maintained and no new release is planned on the
1.x release line. Marking as resolved as part of a cleanup operation. Please
open a new one with an updated description if this is still relevant for NiFi
2.x.
> Unable to write flowfile content to content repository container
> ----------------------------------------------------------------
>
> Key: NIFI-11317
> URL: https://issues.apache.org/jira/browse/NIFI-11317
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.19.1
> Environment: Linux
> Reporter: Arsal Jalib
> Priority: Minor
>
> During processing of flow files, we randomly get this error:
> 2023-02-20 06:00:55,579 WARN [Timer-Driven Process Thread-10]
> oancrepository.FileSystemRepository Unable to write flowfile content to
> content repository container default due to archive file size constraints;
> waiting for archive cleanup. Total number of files currently archived = 29
>
> These are the parameters in the nifi.properties:
> nifi.flow.configuration.archive.enabled=true
> nifi.flow.configuration.archive.dir=./conf/archive/
> nifi.flow.configuration.archive.max.time=30 days
> nifi.flow.configuration.archive.max.storage=500 MB
> nifi.flow.configuration.archive.max.count=
> nifi.content.claim.max.flow.files=100
> nifi.content.repository.directory.default=../nifi_data_dir/content_repository
> nifi.content.repository.archive.max.retention.period=12 hours
> nifi.content.repository.archive.max.usage.percentage=50%
> nifi.content.repository.archive.enabled=true
>
> The space on drive is Total 20G Used 13G Free 5.7G 70%
> The max number of flow files at a time is 11000.
> The size of these file is no more than 110 MB
>
> Given these parameters, this warning should not appear.
> Could be related to https://issues.apache.org/jira/browse/NIFI-9993
--
This message was sent by Atlassian Jira
(v8.20.10#820010)