You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/10/26 15:55:28 UTC

[jira] [Created] (NIFI-1068) Site-to-Site Client create memory leak when errors occur

Mark Payne created NIFI-1068:
--------------------------------

             Summary: Site-to-Site Client create memory leak when errors occur
                 Key: NIFI-1068
                 URL: https://issues.apache.org/jira/browse/NIFI-1068
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
             Fix For: 0.4.0


The EndpointConnectionPool class does not properly cleanup EndpointConnection objects when a EndpointConnectionPool.terminate is called. As a result, if unable to send to the remote NiFi instance, the client will continually obtain a new EndpointConnection object, fail, and call terminate; this results in many objects being added to the internal 'activeConnections' set without ever getting cleaned up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)