https://bz.apache.org/bugzilla/show_bug.cgi?id=66269
Bug ID: 66269
Summary: HeaderManager instances could be reused across
instances
Product: JMeter
Version: 5.5
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
It is unlikely that HeaderManager would be mutated during test plan execution,
so adding NoThreadClone would reduce heap utilization when the test plan uses
many HeaderManager elements (e.g. HeaderManager for each HTTP Sampler)
I've submitted the PR and the tests pass with the change:
https://github.com/apache/jmeter/pull/727
--
You are receiving this mail because:
You are the assignee for the bug.