]
Bela Ban resolved JGRP-1558.
----------------------------
Resolution: Done
Moved the isMergeRunning() condition into the if clause of the merge-handling code
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: