https://bz.apache.org/bugzilla/show_bug.cgi?id=63015
--- Comment #2 from Felix Schumacher <[email protected]> --- This seems to be a case where the settings of httpclient4.retrycount and httpclient4.request_sent_retry_enabled bites us. Setting them to httpclient4.retrycount=1 httpclient4.request_sent_retry_enabled=true or disabling keepalive on the request samplers will get the requests done correctly. We could probably argue about setting retrycount to 1 as it was a default before 3.0 (see 59103), but I don't think we should enable retrying non-idempotent requests by default. -- You are receiving this mail because: You are the assignee for the bug.
