You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2013/03/12 15:37:13 UTC

[jira] [Resolved] (QPID-4576) qpid-receive does not commit ready address message

     [ https://issues.apache.org/jira/browse/QPID-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-4576.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.21

Patch applied as http://svn.apache.org/viewvc?view=revision&revision=1455549; thanks Pavel!
                
> qpid-receive does not commit ready address message
> --------------------------------------------------
>
>                 Key: QPID-4576
>                 URL: https://issues.apache.org/jira/browse/QPID-4576
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.20
>            Reporter: Pavel Moravec
>            Assignee: Gordon Sim
>            Priority: Trivial
>              Labels: patch
>             Fix For: 0.21
>
>         Attachments: QPID-4576.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Description of problem:
> Running qpid-benchmark with \-\-receive-arg=\-\-tx=10 option leads to timeout (see below for details). The reason is that qpid-receive does not commit its session after sending a message to ready address (see \-\-ready-address option).
> Version-Release number of selected component (if applicable):
> Any (also in upstream qpid 0.20)
> How reproducible:
> 100%
> Steps to Reproduce:
> ./qpid-benchmark \-\-receive-arg=\-\-tx=10
>   
> Actual results:
> Traceback (most recent call last):
>   File "./qpid-benchmark", line 330, in <module>
>     if __name__ == "__main__": main()
>   File "./qpid-benchmark", line 316, in main
>     ready_receiver.wait(filter(None, receivers)) # Wait for receivers to be ready.
>   File "./qpid-benchmark", line 269, in wait
>     raise Exception("Timed out waiting for receivers to be ready")
> Exception: Timed out waiting for receivers to be ready
> Expected results:
> No exception, proper run.
> Additional info:
> Patch proposed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org