[ 
https://issues.apache.org/jira/browse/NIFI-9875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Payne updated NIFI-9875:
-----------------------------
    Summary: StandardProcessGroupSynchronizer mishandles moving of output ports 
from one group to another  (was: StandardProcessGroupSynchronizer mishandles 
output ports)

> StandardProcessGroupSynchronizer mishandles moving of output ports from one 
> group to another
> --------------------------------------------------------------------------------------------
>
>                 Key: NIFI-9875
>                 URL: https://issues.apache.org/jira/browse/NIFI-9875
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Tamas Palfy
>            Assignee: Tamas Palfy
>            Priority: Major
>             Fix For: 1.17.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> {code:java}
> StandardProcessGroupSynchronizer.updateConnectionDestinations
> {code}
> does not handle output ports that have been moved from one process group to 
> another while kept connected.
> The method checks connections and only recognizes if the destination 
> component have been deleted or replaced.
> However the outport can also be moved to a child process group.
> The method does not recongize this properly and tries to delete the 
> connection while still being connected to the output port which results in an 
> exception



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to