[jboss-jira] [JBoss JIRA] Created: (JGRP-347) TCP bundling with FLUSH not working

Bela Ban (JIRA) jira-events at jboss.com
Thu Oct 26 04:23:41 EDT 2006


TCP bundling with FLUSH not working
-----------------------------------

                 Key: JGRP-347
                 URL: http://jira.jboss.com/jira/browse/JGRP-347
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.3 SP1
            Reporter: Bela Ban
         Assigned To: Bela Ban
             Fix For: 2.4


We can make TCP with bundling *on* work (timeout 0) if we exchange order
of passUp/passDown of the view for a new member in Gms line 509. Since
bundler is sending messages in bundles it screws up synchronous step
process required for a new member when doing START_FLUSH, view
installation, STOP_FLUSH. We have a thread race here on line 509. In
order to circumvent that we can *first* pass a view from a join response
up to FLUSH and then pass it down. I am not sure how this affects other
tests.

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