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