[
https://issues.apache.org/jira/browse/NIFI-15786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070640#comment-18070640
]
ASF subversion and git services commented on NIFI-15786:
--------------------------------------------------------
Commit 35d8b99a14c900d04427cd1e7b070cd181b489a1 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=35d8b99a14c ]
NIFI-15786: Ensure that we honor provenance repository's configured maximum
attribute character size when reading from provenance repository (#11097)
> 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
> 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)