[jboss-jira] [JBoss JIRA] Created: (JGRP-1359) TUNNEL:Destroy StubManager before creating a new one

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Thu Sep 8 02:29:26 EDT 2011


TUNNEL:Destroy StubManager before creating a new one
----------------------------------------------------

                 Key: JGRP-1359
                 URL: https://issues.jboss.org/browse/JGRP-1359
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.12.1, 3.0
            Reporter: Vladimir Blagojevic
            Assignee: Vladimir Blagojevic
             Fix For: 2.12.2, 3.0


In case of disconnect we only send disconnect GR command to GR but the socket(s) between TUNNEL and GR remain(s) open. In case of a new connect on the same channel we create a new RouterStubManager and thus a new socket from TUNNEL to GR *while* the old one remains open and connected. Not good!

In TUNNEL#handleDownEvent right before a new TUNNELStubManager is created we should destroy previous TUNNELStubManager if it is non null.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list