Following report by user on mailing list: http://mail-archives.apache.org/mod_mbox/jmeter-user/201702.mbox/%3CCABrgpQdsjHmkT90BqzJHZHzTHzrx3zeLu%2BPA0RN%3D%3DwhzM6bO8Q%40mail.gmail.com%3E And related to Bug 60676, analysis shows that JMeter default values for "httpclient4.validate_after_inactivity" and "httpclient4.time_to_live" which are both equal are not correct as validation has no chance to run before connection is removed.
Author: pmouawad Date: Sat Feb 4 14:38:21 2017 New Revision: 1781674 URL: http://svn.apache.org/viewvc?rev=1781674&view=rev Log: Bug 60690 - Default values for "httpclient4.validate_after_inactivity" and "httpclient4.time_to_live" which are equal to each other makes validation useless Bugzilla Id: 60690 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/protocol/http/org/apache/http/impl/conn/JMeterPoolingClientConnectionManager.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/properties_reference.xml
Author: pmouawad Date: Sat Feb 4 14:39:50 2017 New Revision: 1781675 URL: http://svn.apache.org/viewvc?rev=1781675&view=rev Log: Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to usage of potentially stale/closed connections Document better property Bugzilla Id: 60689 Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
*** Bug 60957 has been marked as a duplicate of this bug. ***
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4266