[
https://issues.apache.org/jira/browse/NIFI-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286995#comment-17286995
]
ASF subversion and git services commented on NIFI-8238:
-------------------------------------------------------
Commit cd6418cdafd804fbaef74822659969458be10700 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=cd6418c ]
NIFI-8238: When FlowFile Concurrency/Outbound Policy is changed on child group,
and child group is directly under version control, ensure that those fields are
maintained on the generated VersionedProcessGroup when nested components are
stripped out
Signed-off-by: Pierre Villard <[email protected]>
This closes #4831.
> Change in a nested, versioned process group's flowfile concurrency / outbound
> policy results in outer group showing local changes
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-8238
> URL: https://issues.apache.org/jira/browse/NIFI-8238
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.14.0
>
>
> As reported on the mailing list:
>
> to reproduce this issue:
> 1. Create an empty Process Group (PG-Root)
> 2. Add version control to the PG-Root
> 3. Add an empty PG (PG-Sub) in PG-Root
> 4. Add version control to PG-Sub
> 5. Update PG-Root
> 6. Check that both PG-Root and PG-Sub are up-to-date with the green check mark
> 7. Change "Process Group FlowFile Concurrency" to "Single FlowFile Per Node"
> for the PG-Sub
> 8. Commit changes to PR-Sub
> 9. Refresh page
> 10. PG-Sub should have a green check mark, and PG-Root still has local changes
> 11. Commit changes to PG-Root
> 12. PG-Root is still showing it has local changes, but it has not.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)