]
Vladimir Blagojevic resolved JGRP-1359.
---------------------------------------
Resolution: Done
Resolved with:
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: