]
Bela Ban commented on JGRP-1983:
--------------------------------
The unit test is {{DiscoveryTest}}
Discovery leaks responses
-------------------------
Key: JGRP-1983
URL:
https://issues.jboss.org/browse/JGRP-1983
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.7
{{Discovery.ping_responses}} is never cleared, and leads to memory leaks if we have many
discovery phases.
Not really critical as discovery is usually done only once (at startup). However,
{{MERGE2}} and {{MERGE}} still use it (they have been deprecated and will get removed in
4.0 though).