Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9590 move shared memory file classes to dedicated package | Sébastien Lesaint | 2017-09-05 | 1 | -85/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrl | Sébastien Lesaint | 2016-08-23 | 1 | -2/+2 |
| | |||||
* | SONAR-7436 replace JMX/RMI by HTTP | Simon Brandhof | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 1 | -1/+5 |
| | |||||
* | SONAR-7435 DefaultProcessCommands close() doesn't throw any exception | Sébastien Lesaint | 2016-03-21 | 1 | -1/+2 |
| | | | | this make writing try-with-resource easier | ||||
* | SONAR-7435 add operational flag to shared memory IPC | Sébastien Lesaint | 2016-03-21 | 1 | -0/+9 |
| | |||||
* | SONAR-7435 rename state when process is done starting from ready to up | Sébastien Lesaint | 2016-03-21 | 1 | -14/+8 |
| | | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7168 fix stop during restart not working | Sébastien Lesaint | 2016-01-13 | 1 | -1/+1 |
| | | | | | 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 add restart request support to ProcessCommands | Sébastien Lesaint | 2016-01-13 | 1 | -0/+16 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 1 | -107/+9 |
| | | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock. | ||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 1 | -3/+6 |
| | |||||
* | Fix cleaning of shared memory | Eric Hartmann | 2015-02-21 | 1 | -2/+2 |
| | |||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 1 | -0/+7 |
| | | | | the ProcessCommand | ||||
* | Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination" | Eric Hartmann | 2015-02-21 | 1 | -4/+1 |
| | | | | This reverts commit 5bea5d7c5dfddf7f824977dd8e3bf93faac66be8. | ||||
* | SONAR-6036 Try deleting the memory mapped file at JVM termination | Eric Hartmann | 2015-02-21 | 1 | -1/+4 |
| | |||||
* | SONAR-6036 Close the shared memory sooner | Eric Hartmann | 2015-02-20 | 1 | -1/+7 |
| | |||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 1 | -43/+70 |
| | | | | processes | ||||
* | SONAR-4898 add missing tests | Simon Brandhof | 2014-09-25 | 1 | -0/+1 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2014-09-23 | 1 | -5/+3 |
| | |||||
* | SONAR-4898 add sonar.enableStopCommand property for internal use | Simon Brandhof | 2014-09-22 | 1 | -14/+6 |
| | |||||
* | SONAR-4898 file-based inter-process communication | Simon Brandhof | 2014-09-22 | 1 | -0/+125 |