[jboss-jira] [JBoss JIRA] Resolved: (JGRP-955) AckSenderWindow: use ConcurrentSkipListMap instead of ConcurrentHashMap
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue May 24 05:21:01 EDT 2011
[ https://issues.jboss.org/browse/JGRP-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-955.
---------------------------
Resolution: Won't Fix
AckSenderWindow is used in UNICAST, however, UNICAST2 replaces UNICAST, so this issue is not important any longer.
> AckSenderWindow: use ConcurrentSkipListMap instead of ConcurrentHashMap
> -----------------------------------------------------------------------
>
> Key: JGRP-955
> URL: https://issues.jboss.org/browse/JGRP-955
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.0
>
>
> So we have the seqnos sorted, and can implement ack(seqno) as a headSet(seqno).clear().
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list