[jboss-jira] [JBoss JIRA] Created: (JGRP-738) Transport: create receiver threads on CONNECT, not on start()

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Apr 23 05:18:44 EDT 2008


Transport: create receiver threads on CONNECT, not on start()
-------------------------------------------------------------

                 Key: JGRP-738
                 URL: http://jira.jboss.com/jira/browse/JGRP-738
             Project: JGroups
          Issue Type: Task
            Reporter: Bela Ban
         Assigned To: Bela Ban
             Fix For: 2.6.3, 2.7


When multiple channels are started at the same time, some channels might not yet be connected and nevertheless receive messages from others. This is not an error, but causes needless log warnings.
SOLUTION: start receiver threads only on CONNECT, *not* on start().

Only done for UDP, we need to look at TCP and TCP_NIO later

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list