Bug 978468

Summary: Exchange statistics byteReceives, byteDrops, byteRoutes do not increment.
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Eric Sammons <esammons>
Severity: unspecified Docs Contact:
Priority: high    
Version: DevelopmentCC: esammons, iboverma, jross
Target Milestone: 3.0Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-6.el6, qpid-cpp-mrg-0.22-6.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:

Description Gordon Sim 2013-06-26 16:48:20 UTC
Description of problem:

The msg stats (messages received/routed/dropped) update as expected, but the corresponding byte-based stats (byes received/routed/dropped) do not.

Version-Release number of selected component (if applicable):

Broken upstream by http://svn.apache.org/viewvc?view=revision&revision=1397502, as yet doesn't affect any released product but will be present in 2.4 candidates

How reproducible:

100%

Steps to Reproduce:
1. send a message (with non-zero content) to any exchange and observe the msgReceives and byteReceives stats for the exchange

Actual results:

msgReceives will have been incremented by the send, byteReceives will not

Expected results:

both msgReceives and byteReceives should be incremented

Additional info:

Comment 1 Gordon Sim 2013-06-26 18:13:56 UTC
Fixed upstream by https://svn.apache.org/r1497024

Comment 2 Leonid Zhaldybin 2013-07-24 12:22:21 UTC
Tested on RHEL6.4 (both x86_64 and i386). The exchange statistics are now updated properly.

Packages used for testing:

python-qpid-0.22-4.el6
python-qpid-qmf-0.22-6.el6
qpid-cpp-client-0.22-7.el6
qpid-cpp-client-devel-0.22-7.el6
qpid-cpp-client-devel-docs-0.22-7.el6
qpid-cpp-client-rdma-0.22-7.el6
qpid-cpp-client-ssl-0.22-7.el6
qpid-cpp-server-0.22-7.el6
qpid-cpp-server-devel-0.22-7.el6
qpid-cpp-server-ha-0.22-7.el6
qpid-cpp-server-rdma-0.22-7.el6
qpid-cpp-server-ssl-0.22-7.el6
qpid-cpp-server-store-0.22-7.el6
qpid-cpp-server-xml-0.22-7.el6
qpid-java-client-0.22-4.el6
qpid-java-common-0.22-4.el6
qpid-java-example-0.22-4.el6
qpid-proton-c-0.4-2.2.el6
qpid-qmf-0.22-6.el6
qpid-qmf-devel-0.22-6.el6
qpid-tools-0.22-3.el6

-> VERIFIED