aboutsummaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-012-2/+3
|
* move event logging to better track stopping timelineArne Juul2020-09-171-2/+1
|
* run prepare_for_shutdown before sending any signalsArne Juul2020-09-103-14/+22
|
* avoid confusing "showdown" messagesArne Juul2020-09-091-3/+12
|
* Revert "set omp num threads to 1"Jon Marius Venstad2020-09-081-1/+0
|
* set omp num threads to 1Håvard Pettersen2020-09-081-0/+1
|
* Garbage collect "clever" pipes magicArne Juul2020-07-062-46/+6
| | | | * cleanup non-functional code that seemingly never worked
* add missed includeArne Juul2020-07-031-0/+1
|
* use std::_Exit()Arne Juul2020-07-031-3/+3
|
* use return from main() for clean shutdownArne Juul2020-07-031-6/+6
|
* use return from main() for clean shutdownArne Juul2020-07-031-8/+8
|
* on config change, just restart onceArne Juul2020-06-231-1/+0
|
* Use std::string instead of un-free()d strdupTor Brede Vekterli2020-04-071-4/+6
|
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Drop timestamp.hHenning Baldersheim2019-12-165-74/+38
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-203-8/+6
|
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-0/+1
|
* Throw, catch and exit on bad port value, rather than straight exitJon Marius Venstad2019-11-152-3/+7
|
* Catch PortListenException in config-sentinel main loop, and exitJon Marius Venstad2019-11-151-2/+6
|
* catch exceptions in network setupArne Juul2019-09-241-2/+8
|
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-263-6/+8
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-10/+5
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-103-15/+12
|
* re-implement delayed restartArne Juul2019-05-074-34/+97
| | | | | | | | | | | * instead of sleeping in the forked process, make "restarting" a new service state and check if the restart penalty has been applied periodically * reset restart penalty on config generation changes, meaning application deployment triggers immediate startup of delayed services * also, keep removed services after re-configuration in a separate "orphans" list, to get better tracking of their final shutdown
* stop modeling autostart / autorestartArne Juul2019-03-141-17/+4
| | | | * these flags are always true, so no need to configure them
* remove old codeArne Juul2019-03-134-91/+0
|
* remove telnet API, use state serverArne Juul2019-03-134-381/+14
|
* Merge pull request #8736 from vespa-engine/arnej/add-restart-serviceHenning Baldersheim2019-03-125-2/+37
|\ | | | | add "restart" hooks
| * add "restart" hooksArne Juul2019-03-115-2/+37
| |
* | initialize and zero terminate temp bufferArne Juul2019-03-121-0/+2
|/
* add skeleton for sentinel-cmdArne Juul2019-03-054-0/+152
|
* Remove files used by old unit test runner.Tor Egge2019-02-194-4/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-2/+0
|
* add RPC server for start/stop of servicesArne Juul2019-02-0510-15/+331
|
* Some return values are ignored in configd.Tor Egge2019-01-281-2/+2
|
* - NULL -> nullptrHenning Baldersheim2018-09-271-1/+0
| | | | | | - forward declaration. - Move from header to implementation. - use std::unordered_set
* Merge pull request #6639 from vespa-engine/arnej/delay-crash-loops-moreArne H Juul2018-08-212-7/+10
|\ | | | | more restart penalty
| * more restart penaltyArne Juul2018-08-212-7/+10
| | | | | | | | | | | | | | | | * set max restart penalty to 30 minutes * scale much faster (exponentially) to max restart penalty * increment restart penalty when a service needs restarting before 30 minutes have passed * reset restart penalty when a service was OK for 5 hours
* | Remove logging no longer needed as we have metrics.Henning Baldersheim2018-08-203-33/+4
|/
* reorder to increase chances of information in stack dumpArne Juul2018-07-241-10/+19
|
* busy looping is badArne Juul2018-07-241-0/+3
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Changes to allow unprivileged vespa.Tor Egge2018-03-121-3/+6
|
* use "vespa" as fallback for VESPA_USERArne Juul2018-01-161-1/+1
|
* Revert "Arnej/fix cmdline tools"Harald Musum2018-01-141-1/+1
|
* use generic use "vespa"Arne Juul2018-01-111-1/+1
|
* only run pstack onceArne Juul2017-12-151-2/+2
| | | | | * otherwise, any useful information is likely to be overwritten when very large processes take some time to exit
* use metrics::Producer instead of SimpleMetricsProducerArne Juul2017-12-072-6/+6
|
* add compulsory description for metricsArne Juul2017-12-071-4/+9
|
* use vespalib metrics libraryArne Juul2017-12-074-67/+39
|