Bug 1049258

Summary: [AMQP 1.0] qpid.queue_msg_sequence redundant log
Product: Red Hat Enterprise MRG Reporter: Pavel Moravec <pmoravec>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Matousek <pematous>
Severity: medium Docs Contact:
Priority: low    
Version: 3.0CC: esammons, iboverma, jross, pematous
Target Milestone: 3.0Keywords: EasyFix, TestCaseProvided
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-33 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:56:33 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:
Bug Depends On:    
Bug Blocks: 1010399    

Description Pavel Moravec 2014-01-07 09:51:51 UTC
Description of problem:
When using queue sequencing (via qpid.queue_msg_sequence option) on AMQP 1.0, redundant log (or of redundantly high severity "notice") is generated when adding message annotations:

Merged annotations are now: ..


Version-Release number of selected component (if applicable):
MRG-M 3.0 (qpid-cpp 0.22-29)


How reproducible:
100%


Steps to Reproduce:
1) qpid-send -a "ring; {create:sender, node: {durable:true, x-declare: {arguments: {'qpid.queue_msg_sequence':'mySeq', 'qpid.policy_type':'ring', 'qpid.max_count':4}}}}" -m 7 --connection-options="{protocol:amqp1.0}"
2) grep notice <qpidd_logfile>

Actual results:
lines like:
\x00\x00\x00\x02\xA1\x05mySeqR\x01 15 bytesannotations are now: {mySeq:1} raw=\x00Sr\xD1\x00\x00\x00

appear there


Expected results:
no such lines in default (notice+) loglevel


Additional info:

Comment 1 Gordon Sim 2014-01-07 09:54:17 UTC
Fixed upstream: https://svn.apache.org/r1556163

Comment 2 Petr Matousek 2014-01-17 10:17:00 UTC
This issue has been fixed. Verified on rhel6.5 (x86_64, i386).

packages under test:
qpid-cpp-*-0.22-33

-> VERIFIED