Mark Payne created NIFI-15786:
---------------------------------
Summary: 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
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)