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)