Bela Ban created JGRP-1987:
------------------------------
Summary: TransferQueueBundler: use ring buffer rather than linked queue
Key: JGRP-1987
URL:
https://issues.jboss.org/browse/JGRP-1987
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.7
{{LinkedBlockingQueue}} creates new entries for new elements, creating a steady memory
churn. Use a fixed size array or ring buffer of {{capacity}} elements instead.
Possibly a new bundler implementation, to be able to contrast it to the existing one for
performance.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)