[infinispan-issues] [JBoss JIRA] (ISPN-3519) Upgrade to JGroups 3.4.0.Beta1
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Sep 18 08:20:03 EDT 2013
Mircea Markus created ISPN-3519:
-----------------------------------
Summary: Upgrade to JGroups 3.4.0.Beta1
Key: ISPN-3519
URL: https://issues.jboss.org/browse/ISPN-3519
Project: Infinispan
Issue Type: Component Upgrade
Reporter: Mircea Markus
Assignee: Mircea Markus
Fix For: 6.0.0.Beta1
<email-from-bela>
I released 3.4.0.Beta1 yesterday. It contains delta views [1] and
compressed merge views [2]. Useful in large clusters, delta views
dramatically reduce the message size needed to install a new view, by
sending only the diff to the previous view. E.g. if we have
v5={A,B,C,D,E} and F joins, A will only send v6={v5 +F}, and everybody
will construct a new view v6={A,B,C,D,E,F}.
The message size of a new view is therefore only a function of the
number of members which joined or left, and not a function of the entire
cluster size.
Full views are only sent when the first view of a coordinator is sent,
e.g. if A crashes and B takes over, B would send the full view.
Delta views can be turned off by seting GMS.use_delta_views=false.
3.4.0.Beta1 can be downloaded from SourceForge [3] or Nexus [4].
3.4.0.Beta1 should be the last (and only) beta, I intend to release
3.4.0.Final in early October.
Cheers,
[1] https://issues.jboss.org/browse/JGRP-1354
[2] https://issues.jboss.org/browse/JGRP-1391
[3] https://sourceforge.net/projects/javagroups/files/JGroups/3.4.0.Beta1
[4]
http://search.maven.org/remotecontent?filepath=org/jgroups/jgroups/3.4.0.Beta1/jgroups-3.4.0.Beta1.pom
</email-from-bela>
--
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 infinispan-issues
mailing list