You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "P. Taylor Goetz (JIRA)" <ji...@apache.org> on 2015/06/01 21:39:21 UTC

[jira] [Resolved] (STORM-625) Netty context never forgets about a Client.

     [ https://issues.apache.org/jira/browse/STORM-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

P. Taylor Goetz resolved STORM-625.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0

> Netty context never forgets about a Client.
> -------------------------------------------
>
>                 Key: STORM-625
>                 URL: https://issues.apache.org/jira/browse/STORM-625
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>              Labels: newbie
>             Fix For: 0.10.0
>
>
> The Netty Context (https://github.com/apache/storm/blob/master/storm-core/src/jvm/backtype/storm/messaging/netty/Context.java) keeps track of all connections so that it can close them when it is closed in term.  But it never removes any of them from its list until it is terminated.  If workers are rescheduled to new locations this can cause the old connections to be leaked.
> We should have the Connections remove themselves from the list when they are closed.



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