]
RH Bugzilla Integration commented on JGRP-1899:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
Discovery returns after 16 responses even if there are no coord
responses
-------------------------------------------------------------------------
Key: JGRP-1899
URL:
https://issues.jboss.org/browse/JGRP-1899
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.5.2, 3.6.1
Discovery sets {{Responses.num_expected_rsps}} to 16 if no member list is defined. This
makes discovery return after 16 responses even if no response from a coordinator has been
received.
This is a problem if we have a cluster of size > 16 and the coordinator doesn't
respond imediately, e.g. because it is busy processing other requests.
h5. Solution
* Set {{num_expected_rsps}} to 0 (= wait until at least 1 coord rsp has been received