]
Bela Ban resolved JGRP-1072.
----------------------------
Resolution: Done
AUTH doesn't handle JOIN_REQ_WITH_STATE_TRANSFER
------------------------------------------------
Key: JGRP-1072
URL:
https://jira.jboss.org/jira/browse/JGRP-1072
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 2.6.14, 2.8
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?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: