You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arsal Jalib (Jira)" <ji...@apache.org> on 2023/03/21 08:35:00 UTC

[jira] [Created] (NIFI-11317) Unable to write flowfile content to content repository container

Arsal Jalib created NIFI-11317:
----------------------------------

             Summary: 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


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)