[jboss-jira] [JBoss JIRA] (JGRP-1642) Protocol should be stopped when removed from protocol stack

Karim AMMOUS (JIRA) jira-events at lists.jboss.org
Thu Jun 6 04:26:54 EDT 2013


Karim AMMOUS created JGRP-1642:
----------------------------------

             Summary: 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


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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list