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

Pierre Villard resolved NIFI-6651.
----------------------------------
    Resolution: Feedback Received

Apache NiFi 1.x is no longer maintained and no new release is planned on the 
1.x release line. Marking as resolved as part of a cleanup operation. Please 
open a new one with an updated description if this is still relevant for NiFi 
2.x.

> Connections overlaps if directed to another already connected processor
> -----------------------------------------------------------------------
>
>                 Key: NIFI-6651
>                 URL: https://issues.apache.org/jira/browse/NIFI-6651
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 1.9.2
>         Environment: version: "3"
> services:
>   zookeeper:
>     hostname: zookeeper2
>     container_name: zookeeper2
>     image: 'bitnami/zookeeper:latest'
>     environment:
>       - ALLOW_ANONYMOUS_LOGIN=yes
>   nifi:
>     image: apache/nifi:1.9.2
>     ports:
>       - 8080 # Unsecured HTTP Web Port
>     environment:
>       - NIFI_WEB_HTTP_PORT=8080
>       - NIFI_CLUSTER_IS_NODE=true
>       - NIFI_CLUSTER_NODE_PROTOCOL_PORT=8082
>       - NIFI_ZK_CONNECT_STRING=zookeeper2:2181
>       - NIFI_ELECTION_MAX_WAIT=1 min
>            Reporter: Arthur Grigorjan
>            Priority: Major
>              Labels: bug, connection, error, flow, gui, overlap, queue
>         Attachments: nifi-overlapping-connection-bug.gif
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> When a connection from processor A to B is redirected from A to C and A to C 
> already has a connection, then the two connections overlap. The user is not 
> able to see that there are multiple connections. This problem doesn't occur 
> when creating a new connection from A to C (see GIF attached).
>  
> The path of a connection should be calulated the same way when redirecting a 
> connection as it is when creating a new connection. 
>  
> Besides:
> Why is it not allowed to delete a connection of a running source but to 
> redirect it to another destination?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to