Jim Steinebrey created NIFI-13390:
-------------------------------------
Summary: MergeRecord: Skip setting an attribute on flow file which
is being sent to autoTerminated relationship
Key: NIFI-13390
URL: https://issues.apache.org/jira/browse/NIFI-13390
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Affects Versions: 2.0.0-M3
Reporter: Jim Steinebrey
Assignee: Jim Steinebrey
MergeRecord: Enhance to not write any attributes to original flow file if
original relationship is autoTerminated.
This code is actually in RecordBin.java which gets used by MergeRecord.
MergeRecord can merge large numbers of flow files and often has the original
relationship autoTerminated, so it is worthwhile to change the code to not
update all those original flow files if they are going to an autoTerminated
relationship where they will be immediately discarded.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)