aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | MinReplica counts the minimum bucket replication factor, so use std::min inst...Geir Storli2021-06-112-2/+4
| | * | | | Implement aggregation across distributor stripes for min replica, bucket spac...Geir Storli2021-06-1012-15/+316
| * | | | | Merge pull request #18205 from vespa-engine/hmusum/add-back-logging-when-not-...Harald Musum2021-06-115-21/+62
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Add back logging when resource-limits is specified and we do not throwHarald Musum2021-06-115-21/+62
| | | |_|/ | | |/| |
| * | | | Merge pull request #18195 from vespa-engine/olaa/parked-expirerMartin Polden2021-06-116-0/+142
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use NodeList functions to find expirable hostsOla Aunrønning2021-06-101-7/+8
| | * | | Add ParkedExpirerOla Aunrønning2021-06-106-0/+141
| | | |/ | | |/|
| * | | Merge pull request #18204 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-101-1/+1
| |\ \ \
| | * | | Through per second, not milliJon Marius Venstad2021-06-101-1/+1
| * | | | Merge pull request #18202 from vespa-engine/havardpe/very-simple-onnx-model-a...Henning Baldersheim2021-06-104-0/+69
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | added very simple onnx model analyzerHåvard Pettersen2021-06-104-0/+69
| * | | | Merge pull request #18203 from vespa-engine/hakonhall/get-better-concurrency-...Valerij Fredriksen2021-06-101-5/+16
| |\ \ \ \
| | * | | | Get better concurrency with parallelStreamHåkon Hallingstad2021-06-101-5/+16
| * | | | | Merge pull request #18201 from vespa-engine/mpolden/string-agentValerij Fredriksen2021-06-101-22/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Make agent a stringMartin Polden2021-06-101-22/+2
| * | | | | Merge pull request #18200 from vespa-engine/hmusum/only-suspend-active-nodes-...Håkon Hallingstad2021-06-101-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Only suspend active nodes when removing containerHarald Musum2021-06-101-2/+2
| * | | | | Merge pull request #18198 from vespa-engine/mpolden/fix-unstable-testArnstein Ressem2021-06-101-1/+1
| |\ \ \ \ \
| | * | | | | Fix unstable testMartin Polden2021-06-101-1/+1
| * | | | | | Merge pull request #18196 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-102-8/+10
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Keep rate control, as it only applies to invalid framesJon Marius Venstad2021-06-101-1/+0
| | * | | | More aggressive HTTP connection settingsJon Marius Venstad2021-06-101-0/+4
| | * | | | Use H2AsyncClientBuilder in unit testJon Marius Venstad2021-06-101-8/+7
* | | | | | 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
|/ / / / /
* | | | | Merge pull request #18171 from vespa-engine/arnej/add-corner-probesArne H Juul2021-06-105-40/+151
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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 #18187 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-1016-193/+293
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Hide client library behind HttpRequest and HttpResponseJon Marius Venstad2021-06-1010-100/+158
| * | | Print response, not requestJon Marius Venstad2021-06-102-3/+4
| * | | Throw FeedException on handler errorsJon Marius Venstad2021-06-103-45/+88