Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
To replicate:
- Create a Process Group named Parent
- In that Process Group, create a new Process Group named Child
- In Child, add an Input Port, a Processor such as UpdateAttribute, and an Output Port. Connect them together.
- In Parent, create a GenerateFlowFile and connect it to the Child input port
- Version Control Child
- Version Control Parent
- Move the UpdateAttribute Processor in Child. Save next Version
- Move UpdateAttribute again. Save next Version
- Save version of Parent
- Remove Connection from GenerateFlowFile to Child Input Port
- Change Child from Version 3 to Version 1
- Change Child from Version 1 to Version 3
- View Local Modifications in Parent. We should see only that the connection was removed, but it's showing all components in the child group as newly added.
Attachments
Issue Links
- relates to
-
NIFI-10973 NiFi Registry Client with Nested PGs/Flows - sync issue (again)
-
- Resolved
-
-
NIFI-11213 Changes in older versioned flows are not recognized when they are contained by other flow
-
- Closed
-
- links to