[jboss-jira] [JBoss JIRA] Created: (JGRP-910) Shared transport: 'members' variable incorrect (remove from TP ?)

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Feb 23 07:43:44 EST 2009


Shared transport: 'members' variable incorrect (remove from TP ?)
-----------------------------------------------------------------

                 Key: JGRP-910
                 URL: https://jira.jboss.org/jira/browse/JGRP-910
             Project: JGroups
          Issue Type: Bug
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 2.8


TP.members is the union of all views received on *all* channels. This is incorrect, and sendToAllMembers() iterating over 'members' would unnecessarily send messages to members in a different cluster ! (these would get dropped, but it is still spurious traffic)

Logically, 'members' belongs to a cluster, so maybe we ahould should have a table of cluster names and views in TP ?

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

        



More information about the jboss-jira mailing list