Bug 1049258 - [AMQP 1.0] qpid.queue_msg_sequence redundant log
Summary: [AMQP 1.0] qpid.queue_msg_sequence redundant log
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 3.0
Hardware: All
OS: All
low
medium
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Petr Matousek
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2014-01-07 09:51 UTC by Pavel Moravec
Modified: 2018-12-09 17:24 UTC (History)
4 users (show)

Fixed In Version: qpid-cpp-0.22-33
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-21 12:56:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-5451 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.