https://bz.apache.org/bugzilla/show_bug.cgi?id=63723
--- Comment #49 from Vladimir Sitnikov <[email protected]> --- "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. > 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. --- Comment #50 from Vladimir Sitnikov <[email protected]> --- "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. > 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.
