]> source.dussan.org Git - sonarqube.git/commit
SchedulerImpl must not attempt to hard stop SQ twice concurrently
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 4 Sep 2019 14:30:07 +0000 (16:30 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 6 Sep 2019 18:21:04 +0000 (20:21 +0200)
commitdb731c50cc9985457ef8000220e48bd049003c98
tree5f95969fc28c53afe3692b5a6a765a5616d3cdb6
parent6e4367ab807afdb78fe968424f034657ca3802bf
SchedulerImpl must not attempt to hard stop SQ twice concurrently

otherwise, two hard stopping threads may interrupt each other and SQ could not stop at all
server/sonar-main/src/main/java/org/sonar/application/SchedulerImpl.java