You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/11/15 14:19:27 UTC

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #684: MINIFICPP-1081 - Lower memory usage for long existing ProcessSessions

arpadboda commented on a change in pull request #684: MINIFICPP-1081 - Lower memory usage for long existing ProcessSessions
URL: https://github.com/apache/nifi-minifi-cpp/pull/684#discussion_r346842431
 
 

 ##########
 File path: libminifi/src/core/ProcessSession.cpp
 ##########
 @@ -868,6 +868,8 @@ void ProcessSession::commit() {
     _clonedFlowFiles.clear();
     _deletedFlowFiles.clear();
     _originalFlowFiles.clear();
+
+    _transferRelationship.clear();
 
 Review comment:
   Nice catch!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services