]
Bela Ban resolved JGRP-2115.
----------------------------
Resolution: Done
MERGE3: InfoSender takes too long to be stopped
-----------------------------------------------
Key: JGRP-2115
URL:
https://issues.jboss.org/browse/JGRP-2115
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.0
When an InfoSender task is running in MERGE3, it blocks until it has all responses from
the discovery protocol. This time can be a few seconds, and this is delaying the shutdown
process.
Add a method that stops the InfoSender task immediately, e.g. by calling Responses.done()
directly.