https://issues.apache.org/bugzilla/show_bug.cgi?id=56821

--- Comment #2 from Philippe Mouawad <[email protected]> ---
Your issue is due to the following:
- Java Request is not interruptible
So when you call stop, JMeter does nothing for it
It then waits 10*Number of still active threads millis
And then checks if threads are stopped
If it is still not stopped it issues the warning

Looking at your code, you have a 25 ms sleep which could be running during the
stop and may explain your issue.
But we would really need more details otherwise we will have to close bug as
cannot reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to