[
https://issues.apache.org/jira/browse/NIFI-10203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565478#comment-17565478
]
ASF subversion and git services commented on NIFI-10203:
--------------------------------------------------------
Commit 996d8faaf48afa97591534c1c2f8dca1aa8c68d5 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=996d8faaf4 ]
NIFI-10203: Fixed bug in which same FlowFile Builder was used repeatedly for
multiple FlowFiles; this caused mingling of their attributes when a FlowFile is
routed to a relationship that has more than 1 destination (i.e., many
connections with the same Relationship)
This closes #6187
Signed-off-by: Paul Grey <[email protected]>
> Multi-connection relationship clone flowfile with same uuid
> -----------------------------------------------------------
>
> Key: NIFI-10203
> URL: https://issues.apache.org/jira/browse/NIFI-10203
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.16.0, 1.16.1, 1.16.2, 1.16.3
> Reporter: super dachuan
> Assignee: Mark Payne
> Priority: Blocker
> Fix For: 1.17.0
>
> Attachments: Snipaste_2022-07-08_18-23-12.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> A relationship could be generated many connections as we need , likes the
> picture. Framework clone the orginal flowfile and transfer to all connection.
> However, these flowfiles have same uuid, we expected every flowfile has
> unique uuid like the older versions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)