[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-546) org.jboss.test.messaging.jms.DurableSubscriberTest times out

Ovidiu Feodorov (JIRA) jira-events at jboss.com
Tue Sep 19 14:26:01 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBMESSAGING-546?page=comments#action_12343605 ] 
            
Ovidiu Feodorov commented on JBMESSAGING-546:
---------------------------------------------

Deadlock:

2006-09-18 22:06:46,109 6281  TRACE [org.jboss.jms.server.container.ServerLogInterceptor] @main invoking ConsumerAdvised->ConsumerEndpoint[-2147483626].close()
2006-09-18 22:06:46,109 6281  TRACE [org.jboss.jms.server.endpoint.ServerConsumerEndpoint] @Thread-3 ConsumerEndpoint[-2147483626] receives Reference[1537]:RELIABLE for delivery

The main thread tries to close the ConsumerEndpoint, grabs ConsumerEndpoint's main lock and gets stuck trying to get Channel->Router->receivers' lock, in process of removing the ConsumerEndpoint from the channel.
Thread-3 has  Channel->Router->receivers' lock and gets stuck trying to grab ConsumerEndpoint's main lock.

> org.jboss.test.messaging.jms.DurableSubscriberTest times out
> ------------------------------------------------------------
>
>                 Key: JBMESSAGING-546
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-546
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.0.1.CR4
>            Reporter: Ovidiu Feodorov
>         Assigned To: Ovidiu Feodorov
>            Priority: Critical
>             Fix For: 1.0.1.CR5
>
>


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