[
https://issues.apache.org/jira/browse/NIFI-15945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18081438#comment-18081438
]
ASF subversion and git services commented on NIFI-15945:
--------------------------------------------------------
Commit d1f0d7e0860d18260f2111cad3b5570e985b6af6 in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d1f0d7e0860 ]
NIFI-15945 Fixed Parameter addition for multiple suffixed Parameter Contexts
(#11255)
- Corrected scenario where Parameter was not correctly added to Parameter
Context when having multiple suffixed parameter contexts
Signed-off-by: David Handermann <[email protected]>
> Parameter not correctly added to parameter context when having multiple
> suffixed parameter contexts
> ---------------------------------------------------------------------------------------------------
>
> Key: NIFI-15945
> URL: https://issues.apache.org/jira/browse/NIFI-15945
> Project: Apache NiFi
> Issue Type: Bug
> Components: Flow Versioning
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Consider the following scenario: in a registry you have a versioned flow F at
> version N that represents a versioned process group attached to a parameter
> context P.
> In NiFi, you import that flow three times with the flag that you don't want
> to re-use the parameter context. You get:
> * F_1 with parameter context named "P"
> * F_2 with parameter context named "P (1)"
> * F_3 with parameter context named "P (2)"
> Now consider a new version of the flow F, version n+1, where a new parameter
> Z is added to P.
> When you upgrade F_2 or F_3 to the version n+1, the parameter Z is not added
> to their bounded parameter context.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)