]> source.dussan.org Git - sonarqube.git/commit
remove rethrow of exception in tryToStartProcess
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 30 Aug 2019 09:35:30 +0000 (11:35 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 30 Aug 2019 18:21:03 +0000 (20:21 +0200)
commit1ad969537aab1981b4d3c06120529688b13156cb
treef2b0430a2aaf2c6bda03190bc218a6a9f589ec95
parent586d3e099da15d25e8f023e19e5bb22fec360b3f
remove rethrow of exception in tryToStartProcess

rethrowing is effectively useless as no called will catch the exception
in practice, it is caught by the default exception handle of technical thread involved in scheduler SQ start/stop and logged to default logger
this is just noise as the error has been logged by ManagedProcessHandler's start method anyway.
server/sonar-main/src/main/java/org/sonar/application/SchedulerImpl.java