]> source.dussan.org Git - sonarqube.git/commit
SONAR-10104 use fixed ThreadPool with timeout on core threads 2818/head
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 23 Nov 2017 09:44:32 +0000 (10:44 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 24 Nov 2017 08:23:58 +0000 (09:23 +0100)
commit08a8732ee8d235b1e28d499e35ac5b1bd37df3cb
tree8c358f186c033877c8d8a5a4604a76195b1e1a79
parente09aed353ec5539a1e326e3f8c6bcf6be3dca727
SONAR-10104 use fixed ThreadPool with timeout on core threads

this strategy really allows to use multiple threads when queue is growing and little to no workers when its small
server/sonar-server/src/main/java/org/sonar/server/async/AsyncExecutionExecutorServiceImpl.java