Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3519

Upgrade to JGroups 3.4.0.Beta1

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.Beta1
    • None
    • None
    • None

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

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: