[
https://issues.apache.org/jira/browse/NIFI-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588250#comment-14588250
]
Mark Payne commented on NIFI-632:
---------------------------------
Dan,
I believe the default property value was recently changed so that archive is
enabled by default with a
nifi.content.repository.archive.max.usage.percentage=50%
This causes NiFi to archive data until the disk is 50% full. At that point, it
will start deleting things from the archive to avoid going (much) over this
limit. So basically what's happening is that more than 50% of your disk is used
up, so it's waiting for the background thread to delete archived data.
This property may need to be set back to empty by default (do not archive) or
we need to look at how we can avoid this. This will definitely cause issues for
others.
Thanks for bringing it up!
-Mark
> Documentation Generation: Nar ClassLoader
> -----------------------------------------
>
> Key: NIFI-632
> URL: https://issues.apache.org/jira/browse/NIFI-632
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.1.0
> Reporter: Matt Gilman
> Assignee: Dan Bress
> Priority: Minor
> Fix For: 0.2.0
>
> Attachments: 0001-Squashed-commit-of-the-following.patch
>
>
> When auto generating component documentation the NarThreadContextClassLoader
> needs to be set in case the component attempts to load anything off of its
> classpath. Without this, the documentation generation fails.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)