You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2023/06/05 16:07:00 UTC

[jira] [Commented] (NIFI-11530) Disk full even with nifi.content.repository.archive.max.usage.percentage set to 50%

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

Joe Witt commented on NIFI-11530:
---------------------------------

Hello

All of the details that matter for this will come from how it is configured.

It appears you are using a single shared disk on each node whereby that disk has content, flowfile, and provenance repositories.  While this is possible it is not recommended.  It being possible means you will need to have specific configurations that work for it as well.  What are your settings for content storage?  Provenance storage?  And flowfile storage?  Those are all in nifi.properties.

So far looking at this I see no sign of a bug.  Just a sign of a configuration that won't likely work well or as you likely intend.

> Disk full even with nifi.content.repository.archive.max.usage.percentage set to 50%
> -----------------------------------------------------------------------------------
>
>                 Key: NIFI-11530
>                 URL: https://issues.apache.org/jira/browse/NIFI-11530
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.20.0
>         Environment: Ubuntu 20.04.5 LTS
>            Reporter: Giovanni
>            Priority: Major
>         Attachments: 20230605_disk_usage.jpg, content_archive.jpg, flowfile_archive.jpg, jvm.jpg, nifi1-app.log, nifi2-app.log, nifi3-app.log, nifi_bug.jpg, provenance_archive.jpg
>
>
> Nifi primary node reports disk full causing all nodes to stop working.
> Restarting nifi service does not resolve.
> Restarting the VM does not resolve.
> The only way to fix is to clean te content_repository dir:
> rm -rf ./nifi/content_repository/*
>  
> Unfortunately I have no logs of the issue ongoing.
>  
> UPDATE:
> I'm having the problem again.
> Every archive size is more than 50% on each node, with 70%+ peak on coordinator node (see attachments).
> I'm also attaching nifi-app.log this time.



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