aboutsummaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
...
* | open up with more APIsArne Juul2021-06-112-4/+8
| |
* | add separate config subscriber for modelArne Juul2021-06-1115-72/+166
| |
* | handle failures fetching model configArne Juul2021-06-111-2/+16
| |
* | rename helper classArne Juul2021-06-102-9/+9
| |
* | simplify someArne Juul2021-06-102-16/+13
| |
* | add rpc method for connectivity reportArne Juul2021-06-108-24/+180
|/
* rename variables, no longer necessarily my own name/portArne Juul2021-06-102-6/+6
|
* split enum into its own fileArne Juul2021-06-103-3/+11
|
* split out some helper methodsArne Juul2021-06-103-27/+43
|
* minor cleanup, remove AFFIRMED_DOWNArne Juul2021-06-103-15/+11
|
* lower log levelArne Juul2021-06-091-1/+1
|
* rename enums, used for more than just reverse pingArne Juul2021-06-093-9/+9
|
* classify CONN_FAIL results using corner probesArne Juul2021-06-093-43/+64
|
* log some detailsArne Juul2021-06-091-0/+2
|
* simpler SpecMapArne Juul2021-06-092-17/+13
|
* add probes around the corner, take 1Arne Juul2021-06-094-13/+85
|
* 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
|