]> source.dussan.org Git - sonarqube.git/commit
SONAR-6590 catch and log exceptions raised when stopping CE container
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 2 Jun 2015 07:49:05 +0000 (09:49 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 2 Jun 2015 07:50:19 +0000 (09:50 +0200)
commit9a4eac301911efe683d573a13378ca87b551d35d
tree09adf01415f9e8e5e85308689144359e5211ec2b
parentc8a3a1f7975bc3a78f62bc6963191ec031410bf8
SONAR-6590 catch and log exceptions raised when stopping CE container

we must not raise an exception here because, since we are in a separate thread, they are swallowed and never logged
server/sonar-server/src/main/java/org/sonar/server/computation/container/ComputeEngineContainerImpl.java