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

DNS_PING sends discovery request to itself

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 5.2.12
    • 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.

            rhn-engineering-bban Bela Ban
            rhn-support-dereed Dennis Reed
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: