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

AUTH doesn't handle JOIN_REQ_WITH_STATE_TRANSFER

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 2.6.14, 2.8
    • None
    • None

      By: mlohbihler

      Hi,

      I think there may be an issue with the AUTH class. At lines 100 and 164 is this
      code (same in both places):

      if((hdr != null) && (hdr.getType() == GMS.GmsHeader.JOIN_REQ)){

      I believe it should also include the JOIN_REQ_WITH_STATE_TRANSFER value
      as well:

      if((hdr != null) && (hdr.getType() == GMS.GmsHeader.JOIN_REQ || hdr.getType()
      == GMS.GmsHeader.JOIN_REQ_WITH_STATE_TRANSFER)) {

      Does this make sense?

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

              Created:
              Updated:
              Resolved: