[
http://jira.jboss.com/jira/browse/JGRP-487?page=all ]
Bela Ban resolved JGRP-487.
---------------------------
Resolution: Done
Much simpler (= maintainable) code now and same or even slightly better performance
Rewrite Retransmitter
---------------------
Key: JGRP-487
URL:
http://jira.jboss.com/jira/browse/JGRP-487
Project: JGroups
Issue Type: Task
Affects Versions: 2.5
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.6
Attachments: Retransmitter.java
The old Retransmitter is (a) too complex and (b) uses a linear list of Entries as
retransmission list, which has a cost proportional to the number of messages in the
retransmit buffer.
We should switch to using simple scheduled futures with the TimeScheduler for
retransmissions and cancel the futures when a message has been acked.
The new Retransmitter.java is attached
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira