summaryrefslogtreecommitdiffstats
path: root/configd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18246 from vespa-engine/arnej/extend-sentinel-cmdArne H Juul2021-06-151-27/+71
|\ | | | | add "connectivity" option to vespa-sentinel-cmd
| * adapt overall timeout if user specifies ping timeoutArne Juul2021-06-151-4/+4
| |
| * add "connectivity" option to vespa-sentinel-cmdArne Juul2021-06-141-27/+71
| |
* | try again if corner probe indicates a peer is upArne Juul2021-06-141-5/+19
| |
* | make it easy to turn on debugging for sentinel componentsArne Juul2021-06-1312-12/+12
|/
* must check for model config updates in boot() alsoArne Juul2021-06-111-0/+1
|
* Merge branch 'master' into arnej/add-report-connectivity-rpcArne Juul2021-06-112-22/+26
|\ | | | | | | | | Conflicts: configd/src/apps/sentinel/connectivity.cpp
| * rename and refactorArne Juul2021-06-112-18/+22
| | | | | | | | | | * make a proper Accumulator class * rename some internal variables
| * change names of sentinel connectivity limitsArne Juul2021-06-112-12/+12
| |
* | cleanup and add lockArne Juul2021-06-118-16/+20
| |
* | cleanup some using statementsArne Juul2021-06-111-5/+2
| |
* | cleanup leftover codeArne Juul2021-06-112-32/+0
| |
* | take timeout as RPC parameter here alsoArne Juul2021-06-113-6/+8
| |
* | keep naming conventionArne Juul2021-06-1113-37/+37
| |
* | simplify using new PeerCheck apisArne Juul2021-06-112-63/+18
| |
* | 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
| |