https://issues.apache.org/bugzilla/show_bug.cgi?id=50178
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Sebb <[email protected]> 2010-10-29 19:53:08 EDT --- The problem is really that the Header Manager sampler entry is not reset before the HMs are merged. Fixing this allows the updated name to work OK. Added to SVN: URL: http://svn.apache.org/viewvc?rev=1028948&view=rev Log: Bug 50178 - HeaderManager added as child of Thread Group can create concatenated HeaderManager names and OutOfMemoryException Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/AbstractTestElement.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/testelement/TestElement.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/TestCompiler.java jakarta/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java jakarta/jmeter/trunk/xdocs/changes.xml Thanks for the bug report. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
