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

Discovery return_entire_cache does not work.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 4.0.4
    • 4.0.1
    • None

    Description

      Please Check https://github.com/belaban/JGroups/blob/master/src/org/jgroups/protocols/Discovery.java#L301

      This line was changed in JGRP-2098.

      Previous code was below. This worked fine.
      sendDiscoveryResponse(addr, physical_addr, NameCache.get(addr), msg.getSrc(), isCoord(addr));

      Current code is below.
      sendDiscoveryResponse(addr, physical_addr, NameCache.get(addr), msg.getSrc(), is_coord);

      If this node is a coordinator, this change will cause all PingData responses to be recognized as Coord and return_entire_cache will not work properly.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-bban Bela Ban
              mkobayas1@redhat.com Masazumi Kobayashi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: