Simon Bence created NIFI-11213:
----------------------------------
Summary: Changes in older versioned flows are not recognized when
they are contained by other flow
Key: NIFI-11213
URL: https://issues.apache.org/jira/browse/NIFI-11213
Project: Apache NiFi
Issue Type: Bug
Reporter: Simon Bence
Assignee: Simon Bence
h3. Preparation steps:
Given process group "Inner" is created and added to version control
Given process group "Outer" is created and added to version control containing
Inner PG as well
h3. Actual scenario:
Add "Outer" to the canvas from Registry
Change something within Inner PG (rename a processor or such)
Commit the change
Expected behaviour:
As "Inner" has the new version now, I would expect NiFi to show local changes
in the Outer PG, namely the version change for Inner.
h3. Actual behaviour:
The actual behaviour depends on what version of NiFi was used for preparation.
If the version contains the Registry refactoring (so 1.18.0+) and the snapshot
is saved using storageLocation, the actual behaviour matches with the expected.
For older NiFis (using URI to locate contained versioned flows) Outer will not
show any changes, both PGs will be "green"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)