qpid-perftest stucks when iterations>1 and npubs<nsubs
------------------------------------------------------
Key: QPID-3889
URL: https://issues.apache.org/jira/browse/QPID-3889
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.14
Reporter: Pavel Moravec
Priority: Minor
Running:
qpid-perftest --count 15000 --npubs 2 --nsubs 4 --iterations 2
stucks at point:
Sending start 2 times to qpid-perftest_pub_start
Sending next 2 times to qpid-perftest_sub_iteration
Processing 2 messages from qpid-perftest_pub_done .. done.
Processing 4 messages from qpid-perftest_sub_done ...
in the second iteration.
The cause is a copy&paste bug that issues to few (npubs instead of nsubs)
starting messages to subscribers in 2nd and later iterations.
Patch already proposed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]