[jboss-jira] [JBoss JIRA] Closed: (JGRP-534) Transient multiplexer unit test failures
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Jun 25 03:48:53 EDT 2007
[ http://jira.jboss.com/jira/browse/JGRP-534?page=all ]
Bela Ban closed JGRP-534.
-------------------------
Resolution: Duplicate Issue
Dupl of http://jira.jboss.com/jira/browse/JGRP-539.
The issue that sometimes messages have not been received by everyone after a flush phase is that the Multiplexer has its own thread pool, which is not flushed on FLUSH. This means, although a message was delivered correctly, the thread pool may not yet have passed it on to the application.
Will be solved by flushing the thread pool as well (in 539).
> Transient multiplexer unit test failures
> ----------------------------------------
>
> Key: JGRP-534
> URL: http://jira.jboss.com/jira/browse/JGRP-534
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.5
> Reporter: Vladimir Blagojevic
> Assigned To: Vladimir Blagojevic
> Fix For: 2.5
>
>
> MulitplexerTest#testReplicationWithTwoChannels unit test fails if bundling is disabled or if thread pool queue is disabled.
> In addition MultiplexerViewTest fails as well from time to time.
> After we have enabled bundling (default setting) these failures disappeared (at least on Windows XP and JDK 1.5).
> We will continue to investigate causes of these transient failures.
--
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