Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9590 rename sonar-process-monitor to sonar-main | Sébastien Lesaint | 2017-09-05 | 73 | -8217/+0 |
| | |||||
* | SONAR-9590 only heap and heap dump options are now in search.javaOpts | Sébastien Lesaint | 2017-09-05 | 3 | -47/+40 |
| | |||||
* | SONAR-9590 add working dir to log of launched command | Sébastien Lesaint | 2017-09-05 | 1 | -7/+12 |
| | |||||
* | SONAR-9590 move Es/JavaCommand to module sonar-process-monitor | Sébastien Lesaint | 2017-09-05 | 18 | -1184/+17 |
| | |||||
* | SONAR-9590 move shared memory file classes to dedicated package | Sébastien Lesaint | 2017-09-05 | 8 | -12/+12 |
| | |||||
* | SONAR-9590 do not write jvm.options file twice | Sébastien Lesaint | 2017-09-05 | 4 | -125/+3 |
| | |||||
* | SONAR-9239 configure log4j to log as before in es.log | Sébastien Lesaint | 2017-09-05 | 4 | -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 shutdown | Eric Hartmann | 2017-09-04 | 2 | -21/+25 |
| | |||||
* | SONAR-9394 Silence Hazelcast exception during shutdown | Eric Hartmann | 2017-09-04 | 1 | -1/+7 |
| | |||||
* | SONAR-8798 use SonarQube's current JVM to launch Elasticsearch | Daniel Schwarz | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | SONAR-8798 fix quality flaws | Daniel Schwarz | 2017-08-09 | 5 | -20/+15 |
| | |||||
* | SONAR-8798 log stderr of subprocesses | Eric Hartmann | 2017-08-09 | 5 | -6/+33 |
| | |||||
* | SONAR-8798 log exit value of terminated sub processes | Daniel Schwarz | 2017-08-09 | 5 | -17/+37 |
| | |||||
* | SONAR-8798 pass sonar.search.javaOpts in a file to ES | Daniel Schwarz | 2017-08-09 | 3 | -2/+60 |
| | |||||
* | SONAR-8798 apply all breaking changes of ES 5.5 | Daniel Schwarz | 2017-08-09 | 1 | -1/+1 |
| | |||||
* | SONAR-8798 make ES read config files provided by SQ | Sébastien Lesaint | 2017-08-09 | 7 | -14/+279 |
| | | | | rather than those provided by default in distribution | ||||
* | SONAR-8798 path.home is useless with ES as an external process | Sébastien Lesaint | 2017-08-09 | 3 | -8/+3 |
| | |||||
* | SONAR-8798 configure log4j to slf4j bridge for transport client | Sébastien Lesaint | 2017-08-09 | 1 | -5/+12 |
| | |||||
* | SONAR-8798 use TransportClient to check node is operational | Sébastien Lesaint | 2017-08-09 | 8 | -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 NewIndex | Sébastien Lesaint | 2017-08-09 | 2 | -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 process | Sébastien Lesaint | 2017-08-09 | 10 | -28/+718 |
| | |||||
* | SONAR-8798 rename ProcessMonitorImpl to ProcessCommandsProcessMonitor | Sébastien Lesaint | 2017-08-09 | 5 | -59/+95 |
| | | | | and extract abstract class AbstractProcessMonitor | ||||
* | SONAR-8798 rename JavaCommandFactory to CommandFactory | Sébastien Lesaint | 2017-08-09 | 5 | -15/+15 |
| | |||||
* | SONAR-8798 rename JavaProcessLauncher to ProcessLauncher | Sébastien Lesaint | 2017-08-09 | 5 | -22/+23 |
| | |||||
* | SONAR-8798 extract AbstractCommand from JavaCommand | Sébastien Lesaint | 2017-08-09 | 3 | -72/+158 |
| | |||||
* | SONAR-8798 move confusing inner class JavaProcessLauncher#SystemProcessBuilder | Sébastien Lesaint | 2017-08-09 | 3 | -61/+83 |
| | |||||
* | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Fix ClusterSettingsLoopbackTest when no local network card | Eric Hartmann | 2017-07-07 | 1 | -2/+6 |
| | |||||
* | Prepare for next development iteration | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Release 6.5-M26.5-M2 | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Move integration tests to directory tests/ | Simon Brandhof | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Disable test ScheduleImplTest because of false-positives on Travis | Simon Brandhof | 2017-06-14 | 1 | -0/+2 |
| | |||||
* | Fix stability of SchedulerImplTest | Simon Brandhof | 2017-06-13 | 1 | -2/+3 |
| | |||||
* | SONAR-9296 Update test to use IPv4 | Eric Hartmann | 2017-05-29 | 1 | -1/+1 |
| | | | | Slave on TravisCI have no more IPv6 enabled | ||||
* | SONAR-9296 Do not check sonar.search.host if search is disabled | Eric Hartmann | 2017-05-29 | 2 | -2/+30 |
| | |||||
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Make Hazelcast test more robust | Eric Hartmann | 2017-05-16 | 1 | -3/+6 |
| | |||||
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 5 | -6/+6 |
| | |||||
* | Make tests on clustering more robust | Eric Hartmann | 2017-05-11 | 2 | -1/+27 |
| | |||||
* | SONAR-9135 Fix incorrect detection when port is set | Eric Hartmann | 2017-05-09 | 2 | -99/+135 |
| | |||||
* | SONAR-9135 Remove test with ip6-localhost | Eric Hartmann | 2017-05-05 | 1 | -2/+0 |
| | |||||
* | SONAR-9135 Add safety checks in Cluster configuration | Eric Hartmann | 2017-05-05 | 5 | -25/+375 |
| | |||||
* | SONAR-9002 Fix incorrect message | Eric Hartmann | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | SONAR-8986 add CeDistributedInformation | Sébastien Lesaint | 2017-04-27 | 6 | -19/+128 |
| | |||||
* | Increase timeout of SchedulerImplTest for Travis | Simon Brandhof | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | SONAR-9082 H2 should bind to localhost interface | Simon Brandhof | 2017-04-11 | 2 | -5/+16 |
| | |||||
* | SONAR-9002 Add a better log information (#1868) | Eric Hartmann | 2017-04-04 | 7 | -12/+22 |
| | |||||
* | SONAR-9002 Add a log when a node is waiting for initialization | Eric Hartmann | 2017-03-24 | 7 | -0/+52 |
| | |||||
* | SONAR-8935 Add a log when joining a cluster | Eric Hartmann | 2017-03-21 | 7 | -211/+512 |
| | |||||
* | SONAR-8816 Fix the shutdown of the node (#1823) | Eric Hartmann | 2017-03-21 | 1 | -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. |