[
https://issues.apache.org/jira/browse/NIFI-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Payne updated NIFI-1068:
-----------------------------
Summary: Site-to-Site Client creates memory leak when errors occur (was:
Site-to-Site Client create memory leak when errors occur)
> Site-to-Site Client creates 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
> Assignee: Joseph Percivall
> Labels: beginner, newbie
> Fix For: 0.4.0
>
> Attachments: NIFI-1068.patch
>
>
> 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)