[ https://issues.apache.org/jira/browse/NIFI-9733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17499597#comment-17499597 ]
ASF subversion and git services commented on NIFI-9733: ------------------------------------------------------- Commit db28c91cdbe33407448106bc6fd9649762a65f94 in nifi's branch refs/heads/main from Joe Gresock [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=db28c91 ] NIFI-9733: Fixing StandardConnection.verifySourceStoppedOrFunnel infinite recursion (#5815) > Deleting a process group with two connected funnels fails > --------------------------------------------------------- > > Key: NIFI-9733 > URL: https://issues.apache.org/jira/browse/NIFI-9733 > Project: Apache NiFi > Issue Type: Improvement > Components: Core Framework > Reporter: Joe Gresock > Assignee: Joe Gresock > Priority: Major > Attachments: VerifySourceStoppedOrFunnel.json > > Time Spent: 0.5h > Remaining Estimate: 0h > > Deleting a process group where one funnel is connected to another will fail > due to the recursive infinite loop: > {code:java} > at > org.apache.nifi.connectable.StandardConnection.verifySourceStoppedOrFunnel(StandardConnection.java:533) > {code} > This does not affect any released version, since it was introduced in > NIFI-9442. -- This message was sent by Atlassian Jira (v8.20.1#820001)