simonbence commented on PR #6909: URL: https://github.com/apache/nifi/pull/6909#issuecomment-1425576763
I found something I not sure introduced by this change but definetely should be taken care of. Consider the following scenario: 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 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. 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 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]
