[jboss-jira] [JBoss JIRA] Created: (JGRP-758) NakReceiverWindow: analyze concurrency between adding and removing of messages
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue May 20 08:12:59 EDT 2008
NakReceiverWindow: analyze concurrency between adding and removing of messages
------------------------------------------------------------------------------
Key: JGRP-758
URL: http://jira.jboss.com/jira/browse/JGRP-758
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assigned To: Bela Ban
Priority: Minor
Fix For: 2.7
In NALACK, we call NRW.add() and subsequently NRW.remove(). These 2 methods acquire a NRW-internal lock, but the removal also acquires a lock by NRW.getLock() which is *not* the same as the NRW-internal lock .
Tasks:
#1: make sure messages can be added and removed concurrently
#2: Analyze use of NRW.getLock() (still needed ?)
--
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
More information about the jboss-jira
mailing list