aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process-monitor
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9590 rename sonar-process-monitor to sonar-mainSébastien Lesaint2017-09-0573-8217/+0
|
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-053-47/+40
|
* SONAR-9590 add working dir to log of launched commandSébastien Lesaint2017-09-051-7/+12
|
* SONAR-9590 move Es/JavaCommand to module sonar-process-monitorSébastien Lesaint2017-09-0518-1184/+17
|
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-058-12/+12
|
* SONAR-9590 do not write jvm.options file twiceSébastien Lesaint2017-09-054-125/+3
|
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-054-24/+183
| | | | with support for loggers configuration through LogLevelConfig, all three rolling strategies (time, size and none) and almost the same log pattern (shortening of logger names is a big different in log4j)
* SONAR-9395 Stop the logback context during shutdownEric Hartmann2017-09-042-21/+25
|
* SONAR-9394 Silence Hazelcast exception during shutdownEric Hartmann2017-09-041-1/+7
|
* SONAR-8798 use SonarQube's current JVM to launch ElasticsearchDaniel Schwarz2017-08-101-1/+1
|
* SONAR-8798 fix quality flawsDaniel Schwarz2017-08-095-20/+15
|
* SONAR-8798 log stderr of subprocessesEric Hartmann2017-08-095-6/+33
|
* SONAR-8798 log exit value of terminated sub processesDaniel Schwarz2017-08-095-17/+37
|
* SONAR-8798 pass sonar.search.javaOpts in a file to ESDaniel Schwarz2017-08-093-2/+60
|
* SONAR-8798 apply all breaking changes of ES 5.5Daniel Schwarz2017-08-091-1/+1
|
* SONAR-8798 make ES read config files provided by SQSébastien Lesaint2017-08-097-14/+279
| | | | rather than those provided by default in distribution
* SONAR-8798 path.home is useless with ES as an external processSébastien Lesaint2017-08-093-8/+3
|
* SONAR-8798 configure log4j to slf4j bridge for transport clientSébastien Lesaint2017-08-091-5/+12
|
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-098-42/+169
| | | | package org.elasticsearch.client:transport and most of its dependencies into sonar-application.jar; do not open Elasticsearch's http port by default
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-092-62/+20
| | | | specifying them as node properties is not supported in ES 5.X and causes failure at startup
* SONAR-8798 start and monitor ES script from main processSébastien Lesaint2017-08-0910-28/+718
|
* SONAR-8798 rename ProcessMonitorImpl to ProcessCommandsProcessMonitorSébastien Lesaint2017-08-095-59/+95
| | | | and extract abstract class AbstractProcessMonitor
* SONAR-8798 rename JavaCommandFactory to CommandFactorySébastien Lesaint2017-08-095-15/+15
|
* SONAR-8798 rename JavaProcessLauncher to ProcessLauncherSébastien Lesaint2017-08-095-22/+23
|
* SONAR-8798 extract AbstractCommand from JavaCommandSébastien Lesaint2017-08-093-72/+158
|
* SONAR-8798 move confusing inner class JavaProcessLauncher#SystemProcessBuilderSébastien Lesaint2017-08-093-61/+83
|
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* Fix ClusterSettingsLoopbackTest when no local network cardEric Hartmann2017-07-071-2/+6
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* Move integration tests to directory tests/Simon Brandhof2017-06-251-1/+1
|
* Disable test ScheduleImplTest because of false-positives on TravisSimon Brandhof2017-06-141-0/+2
|
* Fix stability of SchedulerImplTestSimon Brandhof2017-06-131-2/+3
|
* SONAR-9296 Update test to use IPv4Eric Hartmann2017-05-291-1/+1
| | | | Slave on TravisCI have no more IPv6 enabled
* SONAR-9296 Do not check sonar.search.host if search is disabledEric Hartmann2017-05-292-2/+30
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Make Hazelcast test more robustEric Hartmann2017-05-161-3/+6
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-125-6/+6
|
* Make tests on clustering more robustEric Hartmann2017-05-112-1/+27
|
* SONAR-9135 Fix incorrect detection when port is setEric Hartmann2017-05-092-99/+135
|
* SONAR-9135 Remove test with ip6-localhostEric Hartmann2017-05-051-2/+0
|
* SONAR-9135 Add safety checks in Cluster configurationEric Hartmann2017-05-055-25/+375
|
* SONAR-9002 Fix incorrect messageEric Hartmann2017-04-271-1/+1
|
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-276-19/+128
|
* Increase timeout of SchedulerImplTest for TravisSimon Brandhof2017-04-131-1/+1
|
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-112-5/+16
|
* SONAR-9002 Add a better log information (#1868)Eric Hartmann2017-04-047-12/+22
|
* SONAR-9002 Add a log when a node is waiting for initializationEric Hartmann2017-03-247-0/+52
|
* SONAR-8935 Add a log when joining a clusterEric Hartmann2017-03-217-211/+512
|
* SONAR-8816 Fix the shutdown of the node (#1823)Eric Hartmann2017-03-211-4/+11
| | | | | When Web is failing, ES is stopped but stopCountDown is equal to 1, so the node is not shutting down. stopCountDown must be increased when starting a new process.