You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/01/14 17:32:34 UTC

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

Robert Joseph Evans created STORM-625:
-----------------------------------------

             Summary: 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


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)