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)