Bug 473589 - perftest failing against cluster
Summary: perftest failing against cluster
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 1.1
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: 1.1.1
: ---
Assignee: Alan Conway
QA Contact: Kim van der Riet
URL:
Whiteboard:
: 472242 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-29 16:14 UTC by Gordon Sim
Modified: 2009-01-08 20:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-08 20:55:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gordon Sim 2008-11-29 16:14:21 UTC
Running

while ./perftest --count 100000 --nsubs 4 --npubs 4 --summary; do true; done

against a clustered broker should keep going, but fails after several runs.

Comment 1 Alan Conway 2008-12-03 17:00:42 UTC
How does it fail? Any log file entries?
 --log-enable=debug+:cluster --log-enable=info+ gives better information on what the cluster is doing without imposing a per-message logging overhead.

Comment 2 Gordon Sim 2008-12-03 17:10:13 UTC
Various framing related errors implying some sort of corruption of buffers before decoding, e.g.:

2008-dec-03 06:14:33 critical 20.0.10.15:21718(READY) error in cluster delivery: framing-error: Frame size too small 0 (qpid/framing/AMQFrame.cpp:88)

Comment 3 Alan Conway 2008-12-04 17:05:43 UTC
This is related to, and possibly caused by an aisexec issue:  https://bugzilla.redhat.com/show_bug.cgi?id=474277

Comment 4 Alan Conway 2008-12-09 13:53:46 UTC
*** Bug 472242 has been marked as a duplicate of this bug. ***

Comment 5 Alan Conway 2009-01-08 20:55:25 UTC
Fixed in rev 732768
Added flow control options with default values that work reliably.


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