Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1317

Compress Digest and MutableDigest

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 3.4
    • None
    • None
    • 0
    • 0% 0%

    Description

      For large clusters, STABLE messages are quite large, and should be compressed to be sent over the wire.

      STABLE messages are sent between members in the same view, so we could only send the ViewId + highest_delivered/highest_received seqnos.

      Everybody who receives a STABLE message grabs the View associated with the ViewId (should be the current view !) and creates a Digest based on the View and the long[] array.

      Further optimization:

      • Canonicalize digests: if everyone has (14) 20, 22, then we could write it once, give it an ID of (say) 1 and then only refer to 1 again if we encounter the same digest. Actually, as a matter of fact, most of the digests would be the same, so this optimization could have a big effect !

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: