-
Bug
-
Resolution: Done
-
Minor
-
4.2.11
-
None
-
False
-
None
-
False
-
-
org.jgroups.protocols.dns.DNS_PING #findMembers:
for (Address address : dns_discovery_members) { if (address.equals(physical_addr)) // no need to send the request to myself continue;
But address does not contain the port at this point (unless using SRV DNS lookup, which most don't) so that if check always fails.
- causes
-
JBEAP-24433 [GSS](8.0) JGroups DNS_PING sends discovery request to itself
- Closed