>managersInUse should be cleared by
>threadFinished

What are the cases when JMeter uses Thread#interrupt?
I think the only case is when user terminates the test (e.g. by clicking
"stop")

Then:
1) The test should be terminated, thread should be re-interrupted (to break
similar while(){...wait...} loop up the stack if any)
2) "managersInUse" state is not that important as it would be reset on
subsequent test execution (I've not looked into the code, I'm just assuming
it would behave like that)

Vladimir

Reply via email to