You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "mayki (Jira)" <ji...@apache.org> on 2022/08/22 06:22:00 UTC

[jira] [Comment Edited] (NIFI-9993) Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archive cleanup

    [ https://issues.apache.org/jira/browse/NIFI-9993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582757#comment-17582757 ] 

mayki edited comment on NIFI-9993 at 8/22/22 6:21 AM:
------------------------------------------------------

[~malthe] Thanks for reply. I asked the question because I run to the debug in the NIFI 1.6.3

I have downloaded the NIFI 1.16.3 after may
{code:java}
-rw-rw-r--  2 ansible ansible 1404291223 Jun 14 06:44 nifi-1.16.3-bin.tar.gz
{code}
{code:java}
NiFi home: /appl/nifi/nifi-1.16.3
{code}
{code:java}
2022-08-22 05:32:10,518 WARN [Timer-Driven Process Thread-4] o.a.n.c.repository.FileSystemRepository Unable to write flowfile content to content repository container repo0 due to archive file size constraints; waiting for archive cleanup. Total number of files currently archived = 2
 {code}
 

 


was (Author: mayki):
[~malthe] Thanks for reply. I asked the question because I run to the debug in the NIFI 1.6.3

 

 
{code:java}
NiFi home: /appl/nifi/nifi-1.16.3
{code}
{code:java}
2022-08-22 05:32:10,518 WARN [Timer-Driven Process Thread-4] o.a.n.c.repository.FileSystemRepository Unable to write flowfile content to content repository container repo0 due to archive file size constraints; waiting for archive cleanup. Total number of files currently archived = 2
 {code}
 

 

> Processors cannot write to Content Repo: Unable to write flowfile content to content repository container default due to archive file size constraints; waiting for archive cleanup
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-9993
>                 URL: https://issues.apache.org/jira/browse/NIFI-9993
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.17.0, 1.16.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Sometimes, we can see NiFi log the following log message over and over:
> {code:java}
> 2022-05-05 10:47:03,267 WARN [Timer-Driven Process Thread-142] o.a.n.c.repository.FileSystemRepository Unable to write to container default due to archive file size constraints; waiting for archive cleanup {code}
> However, we can also see that there's nothing in the archive to cleanup, based on the fact that we also continually see this log message:
> {code:java}
> 2022-05-05 10:01:02,515 INFO [Cleanup Archive for default] o.a.n.c.repository.FileSystemRepository Successfully deleted 0 files (0 bytes) from archive {code}
> If there are any files in the archive directory, we should see them getting cleaned up. The fact that we constantly see "Successfully deleted 0 files (0 bytes) from archive" implies there is nothing in the archive.
> But if there is nothing in the archive, then we should not be seeing any notices about "Unable to write to container default due to archive file size constraints."
> This results in processors getting blocked for indefinite periods of time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)