[jboss-jira] [JBoss JIRA] (JGRP-1436) GMS: separate view bundling timeouts for JOIN, LEAVE, MERGE

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Mar 8 02:47:36 EST 2012


Bela Ban created JGRP-1436:
------------------------------

             Summary: GMS: separate view bundling timeouts for JOIN, LEAVE, MERGE
                 Key: JGRP-1436
                 URL: https://issues.jboss.org/browse/JGRP-1436
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Bela Ban
            Assignee: Bela Ban
            Priority: Minor
             Fix For: 3.2


View bundling in GMS bundles events based on (1) whether they can be processed together and (2) whether a view bundling timeout is defined. The latter timeout is for all events, perhaps we want to define separate timeouts, e.g. the timeout for JOINs is 3000, but for LEAVE it is 500. This means that when we get multiple JOIN events, we'll wait up to 5 seconds and then process them together. When we get multiple LEAVE requests, we only wait for half a second before processing them. This causes LEAVEs to be processed almost immediately, whereas JOINs are bundled.

Also revisit the code which determines which events can be processed together. Perhaps MERGE events can be bundled, too ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list