[
https://issues.apache.org/jira/browse/NIFI-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553666#comment-17553666
]
ASF subversion and git services commented on NIFI-10096:
--------------------------------------------------------
Commit 5113640b27423f0619a20f69a76f3ba1d085e498 in nifi's branch
refs/heads/support/nifi-1.16 from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5113640b27 ]
NIFI-10096 Corrected nested inherited Parameter Context loading
Signed-off-by: Joe Gresock <[email protected]>
This closes #6114.
> Failure to inherit Parameter Contexts at startup
> ------------------------------------------------
>
> Key: NIFI-10096
> URL: https://issues.apache.org/jira/browse/NIFI-10096
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.16.2
> Reporter: Steven Youtsey
> Assignee: David Handermann
> Priority: Major
> Fix For: 1.17.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Migrating from 1.15.x to 1.16.2, losing the inherited relationships between
> Parameter Contexts in the following scenario:
> From what it looks like, any Parameter Context that was inherited multiple
> times did not stay inherited.
> Ex.
> Parameter Contexts A,B,C,D
> Before Upgrade:
> A inherits *B and C*
> B inherits none
> C inherits none
> D inherits *C*
> After Upgrade:
> A inherits *B*
> B inherits none
> C inherits none
> D inherits *none*
>
> *2022-06-06 00:39:45,015 WARN [main] o.a.n.c.s.VersionedFlowSynchronizer
> Parameter Context <context name 1> inherits from Parameter Context <context
> name 2> but cannot find a Parameter Context with name <context name 2>*
> *2022-06-06 00:39:45,020 INFO [main] o.a.n.c.s.VersionedFlowSynchronizer
> Added Parameter Context <context name 1>*
> *2022-06-06 00:39:45,022 WARN [main] o.a.n.c.s.VersionedFlowSynchronizer
> Parameter Context <context name 3> inherits from Parameter Context <context
> name 2> but cannot find a Parameter Context with name <context name 2>*
> *2022-06-06 00:39:45,023 INFO [main] o.a.n.c.s.VersionedFlowSynchronizer
> Added Parameter Context <context name 3>*
> *2022-06-06 00:39:45,024 INFO [main] o.a.n.c.s.VersionedFlowSynchronizer
> Added Parameter Context <context name 2>*
>
> Possibly related to NIFI-9069
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)