Bug 473589

Summary: perftest failing against cluster
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Alan Conway <aconway>
Status: CLOSED NEXTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 1.1CC: aconway
Target Milestone: 1.1.1   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-08 20:55:38 UTC Type: ---
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 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.