Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | SONAR-12043 make Lifecycle threadsafe | Sébastien Lesaint | 2019-06-03 | 1 | -14/+22 |
| | | | | | and make ProcessEntryPointTest#launch_then_request_graceful_stop stable and add trace log when some code tests the current state of Lifecyle (#getState() replaced by isCurrentState(State)) | ||||
* | SONAR-12043 process lifecycle: can hard stop when stopping | Sébastien Lesaint | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 1 | -16/+0 |
| | |||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 1 | -2/+4 |
| | | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-8341 add INFO log in App when SQ is done starting | Sébastien Lesaint | 2016-11-16 | 1 | -0/+16 |
| | |||||
* | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 1 | -2/+2 |
| | |||||
* | fix various quality flaws | Sébastien Lesaint | 2016-07-07 | 1 | -4/+3 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7168 replace System.err with LOG.trace in Monitor and Lifecycle | Sébastien Lesaint | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7168 fix stop during restart not working | Sébastien Lesaint | 2016-01-13 | 1 | -4/+6 |
| | | | | | lifeCycle transition from RESTARTING to STOPPING should actually _not_ be allowed because it can occur when restarting child processes (the WatcherThreads detects that stop and tries to shutdown all other processes), this fixes the issue by adding a HARD_STOPPING state, representing a not gracefull stop, to which transition from RESTARTING is allowed adds class AllProcessesCommands which implements access to sharedMemory for any process and is now used as the underlying implementation of DefaultProcessCommands. This class allows using a single IO to access sharedMemory from App | ||||
* | SONAR-7168 fix stop failing during restart + restart WS call flood issue | Sébastien Lesaint | 2016-01-13 | 1 | -10/+17 |
| | | | | | stop triggered though shareMemory by Orchestrator did not work when a restart was under way be lifeCycle transition from RESTARTING to STOPPING wasn't allowed when flooding the restart WS, the restart never occured because the WS erased the shareMemory space of the WebServer when called called, erasing the stop signal sent by the main process | ||||
* | SONAR-7168 rework threads and restart implementation | Sébastien Lesaint | 2016-01-13 | 1 | -6/+44 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-4898 drop RMI and autokill | Simon Brandhof | 2014-09-21 | 1 | -2/+4 |
| | |||||
* | SONAR-4898 refactor process monitoring | Simon Brandhof | 2014-09-12 | 1 | -0/+56 |