[jboss-jira] [JBoss JIRA] Resolved: (JGRP-144) View bundling
Bela Ban (JIRA)
jira-events at jboss.com
Thu Aug 3 12:09:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-144?page=all ]
Bela Ban resolved JGRP-144.
---------------------------
Resolution: Done
Integrated the patch (with changes), testsuite passes, GmsTests.txt passes too. Looks pretty stable so far
> View bundling
> -------------
>
> Key: JGRP-144
> URL: http://jira.jboss.com/jira/browse/JGRP-144
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Priority: Critical
> Fix For: 2.4
>
> Attachments: view_bundling.zip
>
>
> When multiple members join/leave at the same time, we also emit 1 view per JOIN or LEAVE request. However, we could bundle multiple JOIN and LEAVE requests and only install 1 view. This would be enabled by collecting JOIN and LEAVE requests in a queue until
> - N requests have queued up or
> - M milliseconds have elapsed, whichever occurs first
> Advantage: we can handle many JOIN/LEAVE requests at the same time, reducing time to emit views (VIEW_ACKs need to be sent fewer times)
--
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