[jboss-jira] [JBoss JIRA] (JGRP-2174) Discovery return_entire_cache does not work.
Bela Ban (JIRA)
issues at jboss.org
Thu Jun 8 04:12:00 EDT 2017
[ https://issues.jboss.org/browse/JGRP-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban closed JGRP-2174.
--------------------------
Resolution: Duplicate Issue
Duplicate of JGRP-2192
> 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
> Fix For: 4.0.4
>
>
> 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