[
https://issues.apache.org/jira/browse/NIFI-15786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard resolved NIFI-15786.
-----------------------------------
Fix Version/s: 2.9.0
Resolution: Fixed
> Provenance Repository ignores nifi.provenance.repository.max.attribute.length
> property when re-indexing
> -------------------------------------------------------------------------------------------------------
>
> Key: NIFI-15786
> URL: https://issues.apache.org/jira/browse/NIFI-15786
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> On startup the provenance repository determines how many events have been
> written but not yet indexed and indexes these. When doing this, it reads the
> events passing `Integer.MAX_VALUE` for the maximum value of an attribute.
> While we should not see huge attributes added to FlowFiles, we should ensure
> that we do not load them into memory during this step if they are created.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)