klasvo commented on PR #11660:
URL: https://github.com/apache/nifi/pull/11660#issuecomment-5631272702

   This issue seems to be related to the one I filed some days ago: 
https://issues.apache.org/jira/browse/NIFI-16278
   Creating inheritances makes inherited parameters local ones
   
   This is easily reproducible. From the issue:
   
   1. Create a parameter context named "test" without parameters
   2. Create a parameter context named "test2" with one parameter
   3. Edit parameter context "test" to inherit from "test2" and save
   4. Edit parameter context "test", remove the inheritance from "test2" and 
save
   5. Edit "test" again and notice that the parameter from "test2" is still 
present and shown as inherited, while no inheritance is present
   6. Look into current flow.json and notice that parameter context "test" has 
the parameter from "test2" as local parameter set
   7. Optional: delete parameter context "test2", log out and in again and 
notice that the parameter context page cannot be opened anymore
   8. Restart Nifi to fix the "ghostly" inheritance and notice that parameter 
context "test" now has a local parameter
   
   However, I am not able to build from the branch, so I cannot test whether 
this change solves my issue
   
   Cheers
   Volker


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to