[
https://issues.apache.org/jira/browse/STORM-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697754#comment-14697754
]
Frantz Mazoyer commented on STORM-994:
--------------------------------------
In Utils.java method downloadFromMaster leaks connections to supervisors when
code is downloaded from nimbus :
{code}
NimbusClient client = NimbusClient.getConfiguredClient(conf);
{code}
creates a new client object everytime but never closed.
> Connection leak between nimbus and supervisors
> ----------------------------------------------
>
> Key: STORM-994
> URL: https://issues.apache.org/jira/browse/STORM-994
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.9.3, 0.10.0, 0.9.4, 0.9.5
> Reporter: Frantz Mazoyer
> Assignee: Frantz Mazoyer
>
> Successive deploys/undeploys of topology(ies) may result in a connection leak
> between nimbus and its supervisors
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)