Steven Youtsey created NIFI-10096:
-------------------------------------

             Summary: 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


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)

Reply via email to