https://issues.apache.org/bugzilla/show_bug.cgi?id=52310
--- Comment #3 from Sebb <[email protected]> 2011-12-10 01:00:19 UTC --- (In reply to comment #2) > 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. If the context is not mutated, then it should be OK to share. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
