aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src/main/java/org/sonar/application/SchedulerImpl.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-11/+8
* SONAR-22990 improved the mechanism for locking the leader in data centern edi...lukasz-jarocki-sonarsource2024-10-021-10/+35
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19678 Fix flaky `all_processes_are_stopped_if_one_process_goes_down`Jacek Poreda2023-08-251-1/+2
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-101-13/+7
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-16471 - Add logs when sonar is externally stoppedLéo Geoffroy2022-07-201-1/+2
* SONAR-10179 improve consistency of start/stop log messages and identifiers of...Aurelien Poscia2022-03-181-6/+6
* SONAR-13125 fixed an issue where some startup logs were not always appended t...Lukasz Jarocki2022-02-091-0/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-15230 Hazelcast clean upDuarte Meneses2021-07-291-3/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-091-2/+10
* waiting for ES to start log must also appear upon restartSébastien Lesaint2019-09-201-0/+1
* threads should have unique names to ease debuggingSébastien Lesaint2019-09-061-2/+5
* add node state FINALIZE_STOPPING to sync stop finalizing codeSébastien Lesaint2019-09-061-1/+2
* remove duplicate attempts to stop process which failed to startSébastien Lesaint2019-09-061-2/+6
* stop should be allowed when SQ is not yet fully operationalSébastien Lesaint2019-09-061-1/+1
* improve logs to help debug SchedulerImpl and ManagedProcessHandlerSébastien Lesaint2019-09-061-5/+17
* SchedulerImpl must not attempt to hard stop SQ twice concurrentlySébastien Lesaint2019-09-061-1/+1
* remove rethrow of exception in tryToStartProcessSébastien Lesaint2019-08-301-1/+0
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-031-21/+28
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-031-4/+7
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-031-32/+146
* SONAR-12043 SchedulerImpl correctly handle Thread interruptSébastien Lesaint2019-06-031-23/+48
* SONAR-12043 use only NodeLifecycle to store SQ node stateSébastien Lesaint2019-06-031-27/+26
* SONAR-12043 some clarification class renaming in sonar-main moduleSébastien Lesaint2019-06-031-18/+17
* SONAR-12043 change restartDisabled to restarting for easier understandingSébastien Lesaint2019-06-031-7/+6
* SONAR-12043 move hard stop timeout out of SQProcess#hardstop argumentsSébastien Lesaint2019-06-031-2/+5
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-031-28/+28
* Minor fixes to main appDuarte Meneses2019-06-031-5/+4
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Compute Engine must start after its local web serverSimon Brandhof2017-10-201-1/+1
* Automatic merge from branch-6.6ssjenka2017-10-111-15/+7
|\
| * SONAR-9908 on Windows, launch Elasticsearch directly, without batch files (#2...Daniel Schwarz2017-10-101-15/+7
* | Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
|/
* SONAR-9789 Display once a log message when waiting for ES to be up and runningEric Hartmann2017-09-271-1/+8
* SONAR-9802 ability to execute distributed callsSimon Brandhof2017-09-261-26/+0
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-261-4/+4
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-9/+8
* SONAR-9803 restrict sonar-process to classes shared by all processes onlySimon Brandhof2017-09-261-3/+3
* SONAR-9741 search nodes share startup health statusSébastien Lesaint2017-09-131-1/+2
* SONAR-9741 app shares search node info in hazelcastSébastien Lesaint2017-09-131-4/+30
* SONAR-9590 rename sonar-process-monitor to sonar-mainSébastien Lesaint2017-09-051-0/+315