You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/07/21 21:55:17 UTC

[Bug 54902] Constant throughput timer exceeds the defined rate in case of 'Connection reset'.

https://issues.apache.org/bugzilla/show_bug.cgi?id=54902

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #12 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
By default:
httpclient4.retrycount=1
which means HttpClient4 will internally retry any idempotent request which
fails an this on Connect and Receive.

Could you make a test setting httpclient4.retrycount to 0 in user.properties to
see what happens ?

Note that HC3 also has this setting enabled also and set to 1 but it seems
retry only applied to both connect and receive.

-- 
You are receiving this mail because:
You are the assignee for the bug.