]
Bela Ban resolved JGRP-2057.
----------------------------
Resolution: Done
SingletonAddress was removed and simple Address is used as key. This reduces memory
requirements as SingletonAddress had the address and a cluster name in it.
Message bundler improvements
----------------------------
Key: JGRP-2057
URL:
https://issues.jboss.org/browse/JGRP-2057
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
* {{SingletonAddress}} is not needed anymore as we removed the shared transport in 4.0
** This slows down the bundler as it is used as key to the bundler hashmaps
* {{SenderSendsBundler}}: send messages outside the lock scope. This requires us to use a
number of bundler hashmaps, or making a shallow copy of the buckets of the current
hashmap, before clearing it