[jboss-jira] [JBoss JIRA] (JGRP-2174) Discovery return_entire_cache does not work.

Masazumi Kobayashi (JIRA) issues at jboss.org
Tue May 30 00:16:00 EDT 2017


Masazumi Kobayashi created JGRP-2174:
----------------------------------------

             Summary: Discovery return_entire_cache does not work.
                 Key: JGRP-2174
                 URL: https://issues.jboss.org/browse/JGRP-2174
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 4.0.1
            Reporter: Masazumi Kobayashi
            Assignee: Bela Ban


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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list