]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12043 disable Java Service Wrapper shutdown timeout features
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 2 May 2019 07:12:14 +0000 (09:12 +0200)
committerSonarTech <sonartech@sonarsource.com>
Mon, 3 Jun 2019 18:21:19 +0000 (20:21 +0200)
they are getting in the way of implementing gracefull shutdown in SQ which can last for a looooog time (35min+ by default)

sonar-application/src/main/assembly/conf/wrapper.conf

index 6b7e2eff1c70b26e5ca0d206a7a90fbaed7c5346..dcadc77e0a563b494184a087d487c0ac92f95e4b 100644 (file)
@@ -86,5 +86,5 @@ wrapper.ntservice.interactive=false
 #********************************************************************
 wrapper.disable_restarts=TRUE
 wrapper.ping.timeout=0
-wrapper.shutdown.timeout=300
-wrapper.jvm_exit.timeout=300
+wrapper.shutdown.timeout=0
+wrapper.jvm_exit.timeout=0