[jboss-jira] [JBoss JIRA] (JGRP-1595) STABLE2
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Feb 18 10:38:57 EST 2013
[ https://issues.jboss.org/browse/JGRP-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-1595:
---------------------------
Fix Version/s: 3.4
(was: 3.3)
> STABLE2
> -------
>
> Key: JGRP-1595
> URL: https://issues.jboss.org/browse/JGRP-1595
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.4
>
>
> While JGRP-1570 only changes the default for desired_avg_gossip and max_bytes (not scaling them with the cluster size), this issue is about a new stable protocol, STABLE2, which works well in large clusters without generating too much traffic.
> It works as follows:
> * A dedicated member (the coord) periodically multicast a STABLE message
> * Everyone replies with a (unicast) STABLE message and when the coord has received STABLE replies from everyone, it multicasts a STABILITY message
> * This would only require a multicast from the coord to everyone, establishing TCP connections from the coord to everyone (usually already exists because of the VIEW-CHANGE multicast), but everyone would reuse the same TCP connection to send the reply
> Another solution could be that every member sends its STABLE message to the current coordinator (triggered by time or size), and when the coordinator has received STABLE messages from all members, it multicasts a STABILITY message
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list