https://issues.apache.org/bugzilla/show_bug.cgi?id=52310
--- Comment #2 from Philippe Mouawad <[email protected]> 2011-12-09 21:44:31 UTC --- The issue is due to the fact the property is cached in JMeterContext which is thread local in Parent thread of Parallel Download threads. Quick fix would be to make ThreadLocal InheritableThreadLocal but as JMeterContext is not thread-safe it is not the right fix. Could Making JMeterContext cloneable a solution ? otherwise implement what sebb proposed on dev list to notify Executor threads of start/end. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
