[jboss-jira] [JBoss JIRA] Resolved: (JGRP-540) Multiplexer: ordering issue

Bela Ban (JIRA) jira-events at lists.jboss.org
Fri Jun 29 07:42:57 EDT 2007


     [ http://jira.jboss.com/jira/browse/JGRP-540?page=all ]

Bela Ban resolved JGRP-540.
---------------------------

    Resolution: Done
      Assignee: Bela Ban  (was: Vladimir Blagojevic)

The issue was that put() and done() would place elements on 'queue' concurrently, due to incorrect synchronization.
FIXED

> Multiplexer: ordering issue
> ---------------------------
>
>                 Key: JGRP-540
>                 URL: http://jira.jboss.com/jira/browse/JGRP-540
>             Project: JGroups
>          Issue Type: Bug
>            Reporter: Bela Ban
>         Assigned To: Bela Ban
>             Fix For: 2.5
>
>
> Sometimes messages from the same sender are not delivered in the correct order, the test that shows this (happens infrequently) is MultiplexerTest.testOrdering(). 
> When disabling the Multiplexer thread pool (-Djgroups.mux.enabled=false), everything works fine, so I suspect this is a thread pool issue in the Multiplexer (FIFOMessageQueue).

-- 
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