You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2007/09/27 14:57:50 UTC

[jira] Commented: (QPID-614) Race condition on queue browser close

    [ https://issues.apache.org/jira/browse/QPID-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530705 ] 

Aidan Skinner commented on QPID-614:
------------------------------------

org.apache.qpid.AMQTimeoutException: Server did not respond in a timely fashion 
[error code 408: Request Timeout]
        at org.apache.qpid.client.protocol.BlockingMethodFrameListener.blockForFrame(BlockingMethodFrameListener.java:178)
        at org.apache.qpid.client.protocol.AMQProtocolHandler.writeCommandFrameAndWaitForReply(AMQProtocolHandler.java:570)
        at org.apache.qpid.client.protocol.AMQProtocolHandler.syncWrite(AMQProtocolHandler.java:597)
        at org.apache.qpid.client.protocol.AMQProtocolHandler.syncWrite(AMQProtocolHandler.java:591)
        at org.apache.qpid.client.BasicMessageConsumer.close(BasicMessageConsumer.java:489)
        at org.apache.qpid.client.BasicMessageConsumer.close(BasicMessageConsumer.java:449)
        at org.apache.qpid.client.AMQQueueBrowser.close(AMQQueueBrowser.java:130)
        at org.apache.qpid.test.client.QueueBrowserTest.testQueueBrowserMsgsRemainOnQueue(QueueBrowserTest.java:128)
[....]
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.469 sec <<< FAILURE!

> Race condition on queue browser close
> -------------------------------------
>
>                 Key: QPID-614
>                 URL: https://issues.apache.org/jira/browse/QPID-614
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client
>    Affects Versions: M2
>         Environment: Any
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>         Attachments: QueueBrowserFailure.txt
>
>
> Occasional systests failure due to (presumably) a deadlock when closing a queue browser:
> org.apache.qpid.client.JMSAMQException: Error closing consumer: org.apache.qpid.AMQTimeoutException: Server did not respond in a timely fashion [error code 408: Request Timeout]
> 		 at org.apache.qpid.client.BasicMessageConsumer.close(BasicMessageConsumer.java:502)
> 		 at org.apache.qpid.client.BasicMessageConsumer.close(BasicMessageConsumer.java:452)
> 		 at org.apache.qpid.client.AMQQueueBrowser.close(AMQQueueBrowser.java:130)
> 		 at org.apache.qpid.test.client.QueueBrowserTest.testQueueBrowserMsgsRemainOnQueue(QueueBrowserTest.java:128)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.