[ 
https://issues.apache.org/jira/browse/STORM-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357075#comment-14357075
 ] 

ASF GitHub Bot commented on STORM-625:
--------------------------------------

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/461#issuecomment-78291337
  
    +1, but since some of the code came from me another committer is going to 
need to give a +1 too.


> 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
>
> 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)

Reply via email to