Bug 1145145
| Summary: | [AMQP 1.0] Incoming QMF objects dont update "transfers" counter | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Pavel Moravec <pmoravec> |
| Component: | qpid-cpp | Assignee: | Pavel Moravec <pmoravec> |
| Status: | CLOSED ERRATA | QA Contact: | Petr Matousek <pematous> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | jross, pematous, zkraus |
| Target Milestone: | 3.2 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.32-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-10-08 13:09:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Outgoing transfers seem to be updated, just incoming are not. Committed revision 1626808. This issue has been fixed. Verified on rhel6.7 (i386, x86_64) and rhel7.1 Packages: qpid-cpp-0.34-*-3 -> VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-1879.html |
Description of problem: QMF objects outgoing and also incoming don't update "transfers" counter any time, regardless of number of messages delivered or settled via the relevant link. Version-Release number of selected component (if applicable): qpid-cpp-server 0.22-48 How reproducible: 100% Steps to Reproduce: 1. In one terminal, run qpid-tool 2. In another terminal, generate some traffic: qpid-send -a "myQueue; {create:always}" -m 1000 --connection-option "{protocol:amqp1.0}" --capacity=10 qpid-receive -a myQueue -m 1000 --capacity=10 --print-content=no --connection-option "{protocol:amqp1.0}" 3. Wait 10 seconds to let qpid-tool to have stats populated, and show relevant outgoing and incoming object Actual results: In both cases (incoming/outgoing): transfers 0 Expected results: In both cases (incoming/outgoing): transfers 1000 Additional info: