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

ParticipantGmsImpl.handleJoinResponse ignores the digest

    XMLWordPrintable

Details

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

    Description

      ... 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);
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: