[
https://issues.jboss.org/browse/JGRP-1982?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-1982:
--------------------------------
OK, so I'm going to scrap purging in the middle...
Even if this worked, we'd still have the issue of requests taking a long time
preventing compaction. This defeats the purpose of the ring buffer which is to save
memory. I'm therefore going to revert to the hashmap which is more memory efficient in
such scenarios...
RequestCorrelator: use IntHashMap / LongHashmap for request
correlation
-----------------------------------------------------------------------
Key: JGRP-1982
URL:
https://issues.jboss.org/browse/JGRP-1982
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.6.7
In RequestCorrelator (and possibly other classes), use an IntHashMap or LongHashmap for
the request table. Goal: use less space when we have a lot of requests.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)