]> source.dussan.org Git - sonarqube.git/commit
SONAR-7168 fix Main JVM and ES JVM sharing same space of sharedMemory
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 7 Jan 2016 13:18:09 +0000 (14:18 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 13 Jan 2016 12:42:43 +0000 (13:42 +0100)
commit10ddbf28d97a7b1626706efdf2cb88893b34ed4a
tree01341f959d884181859889ca60aedccbecdd84e1
parent2b5701d42025b8cce2d192b494f61e91e591e591
SONAR-7168 fix Main JVM and ES JVM sharing same space of sharedMemory

Main JVM is using sharedMemory when sonar.enableStopCommand=true is passed to command line (used by orchestrator to stop SQ) and in such case, it used to use the same sharedMemory space as the first child process it started
server/sonar-process-monitor/src/main/java/org/sonar/process/monitor/Monitor.java