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)