]
Bela Ban commented on JGRP-1558:
--------------------------------
The functionality to only return the physical address / logical name for a specific
(requested) member is redundant as return_entire_cache=true performs a similar task.
Discovery: don't suppress response when merging for non-merge
triggered discovery requests
------------------------------------------------------------------------------------------
Key: JGRP-1558
URL:
https://issues.jboss.org/browse/JGRP-1558
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.3
In Discovery, when receiving a discovery request, we discard it if a merge is running
(isMergeRunning()). The condition should be moved into the if-clause above (hdr.view_id !=
null), as it only applies to merge-triggered discoveries. When handling a regular
discovery, e.g. at startup or when a physical address is looked up, a discovery response
should be sent.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: