[
http://jira.jboss.com/jira/browse/JGRP-378?page=all ]
Bela Ban updated JGRP-378:
--------------------------
Summary: Concurrent stack: check all major protocols for thread safety (reentrant
up() methods) (was: TLS: check all major protocols for thread safety (reentrant up()
methods))
Description:
So far, the down() methods could get executed in parallel, by different threads calling
Channel.send(), However, this was not the case for up(), where we could assume only 1
thread was calling up() at a time.
This changed with the concurrent stack (CCS) and we need to make sure all of our
protocols' up() methods are thread safe
was:
So far, the down() methods could get executed in parallel, by different threads calling
Channel.send(), However, this was not the case for up(), where we could assume only 1
thread was calling up() at a time.
This changed with the threadless stack (TLS) and we need to make sure all of our
protocols' up() methods are thread safe
Concurrent stack: check all major protocols for thread safety
(reentrant up() methods)
--------------------------------------------------------------------------------------
Key: JGRP-378
URL:
http://jira.jboss.com/jira/browse/JGRP-378
Project: JGroups
Issue Type: Task
Affects Versions: 2.4
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.5
So far, the down() methods could get executed in parallel, by different threads calling
Channel.send(), However, this was not the case for up(), where we could assume only 1
thread was calling up() at a time.
This changed with the concurrent stack (CCS) and we need to make sure all of our
protocols' up() methods are thread safe
--
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