https://issues.apache.org/bugzilla/show_bug.cgi?id=54717
--- Comment #9 from Danny Lade <[email protected]> --- About your patch: It still synchronizes the sample store and this is the most time consuming operation. IMHO this is not necessary to synchronize the sample store if you're using an own store for each thread (see my attachment). The only catch is, that testEnded() runs in the main thread. This is why I use the queue of maps to store all maps of the threads on one central point. But the queue is only accessed two times 1) at the initializing for each thread (see statisticalMapSelector) and 2) at the testEnded() method. This is why I don't need to synchronize or lock at all. -- You are receiving this mail because: You are the assignee for the bug.
