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

ParticipantGmsImpl.handleJoinResponse ignores the digest

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.1
    • None
    • None

      ... so we can install a view but there may be members of that view - including maybe even the coordinator - not in NAKACK2's xmit_table.

      I think that this can be fixed by changing ParticipantGmsImpl.handleJoinResponse() so that

                  gms.installView(v);
      

      becomes

                  Digest d=join_rsp.getDigest();
                  gms.installView(v, d);
      

              rhn-engineering-bban Bela Ban
              dimbleby David Hotham (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: