aboutsummaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18132 from vespa-engine/arnej/actually-wait-for-connectivityArne H Juul2021-06-075-112/+97
|\ | | | | Arnej/actually wait for connectivity
| * minor fixups after reviewArne Juul2021-06-072-3/+4
| |
| * simplify after reviewArne Juul2021-06-074-90/+64
| |
| * minor fixes for detail loggingArne Juul2021-06-043-8/+11
| |
| * actually wait for connectivity OKArne Juul2021-06-043-67/+74
| |
* | Fix format strings.Tor Egge2021-06-051-2/+2
| |
* | Remove unused variables.Tor Egge2021-06-041-2/+0
|/
* minor fixes after reviewArne Juul2021-06-042-8/+7
|
* add separate class for connectivity checkArne Juul2021-06-043-0/+150
|
* fix typoArne Juul2021-06-041-1/+1
|
* also accept FRTE_RPC_WRONG_RETURN as "unavailable"Arne Juul2021-06-022-4/+4
|
* less log spamArne Juul2021-06-021-4/+4
|
* cleanupArne Juul2021-06-023-30/+65
|
* ask for reverse connectivity check in OutwardCheckArne Juul2021-06-023-52/+73
|
* add timeout parameterArne Juul2021-06-023-8/+9
|
* perform outward connectivity checkArne Juul2021-06-028-22/+118
| | | | | * does not abort startup yet, just logs results from check * but requires self-connectivity now
* avoid using "int" for boolean return valueArne Juul2021-06-023-4/+4
|
* Merge pull request #18047 from ↵Arne H Juul2021-06-013-1/+50
|\ | | | | | | | | vespa-engine/arnej/separate-subscribe-for-model-config add fetch of model config as a separate step
| * add fetch of model config as a separate stepArne Juul2021-06-013-1/+50
| |
* | Merge pull request #18036 from vespa-engine/arnej/prepare-for-more-generic-rpcArne H Juul2021-06-0112-7/+194
|\ \ | |/ |/| Arnej/prepare for more generic rpc
| * refactor and cleanupArne Juul2021-05-3113-54/+61
| | | | | | | | | | | | | | | | * add RPC api to check connectivity * start PeerCheck directly from RPCHooks * let CheckCompletionHandler do just completion * allocate PeerCheck and CheckCompletionHandler inside parent request * revert last changes in Cmd and Manager
| * prepare for "check connectivity" apiArne Juul2021-05-319-8/+186
| | | | | | | | | | | | | | | | * Cmd now has more generic "name" property and optional "portNumber" * add CmdType CHECK_CONNECTIVITY * add a simple one-shot PeerCheck utility * add CheckCompletionHandler that handles a Cmd with type CHECK_CONNECTIVITY * dummy in handleCmd for now
| * make Supervisor availableArne Juul2021-05-311-0/+2
| |
* | Revert "Arnej/also subscribe on model"Arne H Juul2021-05-312-9/+0
|/
* also subscribe on ModelConfigArne Juul2021-05-282-0/+9
|
* just assert for configurationArne Juul2021-05-281-5/+3
|
* let manager configure itself in constructor insteadArne Juul2021-05-283-4/+2
|
* remove historical, unused environment variableArne Juul2021-05-281-4/+0
|
* use environment and bootstrap it before creating managerArne Juul2021-05-273-78/+30
|
* add environment class that can live outside managerArne Juul2021-05-274-7/+136
|
* add class for config ownershipArne Juul2021-05-274-0/+90
|
* rename ConfigHandler classArne Juul2021-05-274-28/+28
| | | | | * since this won't do config subscription etc, give it a more generic name.
* Use simpler c++11 time constructions.Henning Baldersheim2021-03-101-8/+5
|
* Increase rpc handling frequency from 1hz to 10hzHenning Baldersheim2021-03-101-2/+2
|
* use size literals in configArne Juul2021-02-152-3/+5
|
* 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
|