https://issues.apache.org/bugzilla/show_bug.cgi?id=53748
--- Comment #17 from Sebb <[email protected]> --- (In reply to ejaenv from comment #16) > > How can the thread stop itself? I am assuming that threads (samplers) don't > read themselves the log to avoid the file handler problem, but that there is > a queue that feed the samplers (as you pointed). Someone has to notify them > to stop, or tell them h For example, the queue can contain a special marker entry that denotes EOF. This technique is used in AsynchSampleSender - see FINAL_EVENT. -- You are receiving this mail because: You are the assignee for the bug.
