Bug 51882

Summary: HTTPHC3Client uses a default retry count of 3, make it configurable
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Fix to issue
Fix to issue
Test Case that shows error when retry is set to 0

Description Philippe Mouawad 2011-09-23 12:34:51 UTC
Add a property named :
#httpclient3.retrycount=0

to enable configuring Retry count which will now default to 0 (no retry)

Regards
Philippe Mouawad
Comment 1 Philippe Mouawad 2011-09-23 12:36:28 UTC
Created attachment 27577 [details]
Fix to issue
Comment 2 Philippe Mouawad 2011-09-23 12:36:47 UTC
Created attachment 27578 [details]
Fix to issue
Comment 3 Philippe Mouawad 2011-09-23 12:40:33 UTC
Created attachment 27579 [details]
Test Case that shows error when retry is set to 0

Test case that uses HTTPHC3.
Same test case as issue 51863 to show the error also occurs with HTTPHC3 when retry is set to 0.
Regards
Philippe Mouawad
Comment 4 Sebb 2011-09-23 13:58:39 UTC
Thanks!

I've applied the patch, but changed the default to 3 for compatibility.

We can easily change this later.

URL: http://svn.apache.org/viewvc?rev=1174767&view=rev
Log:
Bug 51882 - HTTPHC3Client uses a default retry count of 3, make it configurable

Modified:
   jakarta/jmeter/trunk/bin/jmeter.properties
   jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 5 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2561