Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
1.0.14, 1.0.15, 1.1.0
-
None
-
None
-
Windows 10, JDK 1.8.0_161, Spring Boot 1.3.6.RELEASE
Description
With the stopTimeout set to 5 seconds, and a test application that sleeps for 30 seconds after given the stop command, one would expect the prunsrv process to be killed after 5 seconds.
The process stays alive for 30 seconds before terminating.
Based on the documentation I feel I am using this parameter correctly. The daemon should wait 5 seconds for the wrapped java process to terminate gracefully, then terminate it.