DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42267>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42267 Summary: Concurrent GUI update failure Product: JMeter Version: 2.2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P1 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Jmeter does not synchronize the GUI updates during recording sessions. As are result when the request concurrency level is high enough (12 requests in my case) the left three panel is miss mashed and the HTTP Proxy Server panel loses its Target Controller selection. I'm not familiar with the Jmeter code do do the best possible fix but making the following two methods of org.apache.jmeter.protocol.http.proxy.ProxyControl from src/protocol/http helps to resolve the issue: On line 557: private void placeSampler(HTTPSamplerBase sampler, TestElement[] subConfigs, JMeterTreeNode myTarget) On line 630: private void removeValuesFromSampler(HTTPSamplerBase sampler, Collection configurations) This is quick and dirty fix and I would not fix the rest of the protocols which may have the same issue. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
