You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2020/06/29 07:42:00 UTC

[jira] [Created] (MINIFICPP-1273) Clear connections on flow update

Adam Debreceni created MINIFICPP-1273:
-----------------------------------------

             Summary: Clear connections on flow update
                 Key: MINIFICPP-1273
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1273
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Adam Debreceni


Upon a flow update all the previous connection and processors remain in memory as they circularly reference each other through shared_ptr-s. This wouldn't cause much of a problem as they are in the order of kb-s, but the flowfiles in these connections are also leaked which could be a significant sum. 

We should drain the connections on flow shutdown. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)