https://bz.apache.org/bugzilla/show_bug.cgi?id=63723

--- Comment #52 from Philippe Mouawad <[email protected]> ---
(In reply to Vladimir Sitnikov from comment #50)
> "VM1 thread dump" and "VM3 thread dump" contain "DestroyJavaVM" which means
> the JVM was trying to shut down.
> 
> In order to shutdown, it needs to wait all the non-daemon threads.
> Both thread dumps include "RMI Reaper" thread which is not marked with
> "daemon".
> 
> 
> "VM1..4 server file" does not contain "Exiting" log message => the master
> did not send "exit" command.
> 
> 
> I don't follow the fix, however, it should improve the logging at least.

If you look at old code
(https://github.com/apache/jmeter/blob/v5_1_1/src/core/org/apache/jmeter/JMeter.java),
ListenToTest#startedEngines would always be equal to 0, so stopper thread would
be triggered on first testEnded call.



> 
> > Is there an issue with the way we have set up this nightly build of yours? 
> > We >just deleted the previous Jmeter. But the folder still indicates 5.1.1. 
> > Maybe >the files are not correct. We can't say what is what
> 
> Where did you download the nightly from?
> https://jmeter.apache.org/nightly.html lists archives that have
> apache-jmeter-5.2-SNAPSHOT inside.

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

Reply via email to