]
Bela Ban resolved JGRP-1642.
----------------------------
Resolution: Done
Protocol should be stopped when removed from protocol stack
-----------------------------------------------------------
Key: JGRP-1642
URL:
https://issues.jboss.org/browse/JGRP-1642
Project: JGroups
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Karim AMMOUS
Assignee: Bela Ban
Fix For: 3.4
A call to method ProtocolStack.removeProtocol(Class prot) remove the protocol without
stopping it.
This is particularly important for protocols having many resources (threads, sockets...)
like RELAY2.
Note that method ProtocolStack.removeProtocol(Class ... protocols) retire perfectly
protocols.
This could be fixed by simply moving calls to methods stop and destroy from second remove
method to first one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: