https://bz.apache.org/bugzilla/show_bug.cgi?id=65041

            Bug ID: 65041
           Summary: JMeter httpclient.timeout property not working as
                    expected
           Product: JMeter
           Version: 5.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: madhurijain1...@gmail.com
  Target Milestone: JMETER 5.4.1

Created attachment 37669
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37669&action=edit
JMeter Log

In continuation to working on this issue - JMeter test not stopping after
duration ends in distribution mode
(https://bz.apache.org/bugzilla/show_bug.cgi?id=65000)

Using JMeter version - 5.4

We got a thread dump and figured out few threads are getting stuck on HTTP
Requests.

The resolution figured out is to set timeouts for the HTTP Requests.

But we're not the author of the test plan. Hence, the only way we could use is
to set JMeter properties. We've set the following in jmeter.properties (values
are for local testing):

httpclient.timeout=100
hc.parameters.file=hc.parameters
os_sampler.poll_for_timeout=100

and in hc.parameters

http.socket.timeout$Integer=100

But unfortunately none of these are working.

The only timeouts working are the ones when we set them in Advanced Tab of HTTP
Sampler of the test plan.

Also, we do sometimes get this exception in response, but I highly doubt if
this is related.

Non HTTP response code: java.net.BindException
Non HTTP response message: Address already in use: connect

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

Reply via email to