[jboss-jira] [JBoss JIRA] (JGRP-1987) TransferQueueBundler: use ring buffer rather than linked queue

Bela Ban (JIRA) issues at jboss.org
Tue Nov 24 08:44:00 EST 2015


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)


More information about the jboss-jira mailing list