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

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Fri Sep 9 02:45:27 EDT 2011


     [ https://issues.jboss.org/browse/JGRP-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Blagojevic resolved JGRP-1359.
---------------------------------------

    Resolution: Done


Resolved with:

https://github.com/belaban/JGroups/commit/f2153203431142b126fc85e1ebd91adc963fd668

https://github.com/belaban/JGroups/commit/a1d2b6cdb0d14ff5fbc5ecf9bbd57bacd1c4357a

> 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