summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.369.27-1].vespa-7.369.27-1sd-buildbot2021-03-054-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.369.27 --no-auto-changelog
* Merge pull request #16774 from ↵Jon Bratseth2021-03-039-59/+29
|\ | | | | | | | | vespa-engine/revert-16771-revert-16753-revert-16745-bratseth/query-rate-autoscaling-metric Revert "Revert "Revert "Add query.rate to the autoscaling metrics"""
| * Revert "Revert "Revert "Add query.rate to the autoscaling metrics"""Jon Bratseth2021-03-039-59/+29
|/
* Merge pull request #16767 from vespa-engine/aressem/deploy-http-client-with-depsKristian Aune2021-03-031-0/+22
|\ | | | | Deploy the vespa-http-client with dependencies.
| * Deploy the vespa-http-client with dependencies.Arnstein Ressem2021-03-031-0/+22
| |
* | Merge pull request #16771 from ↵Jon Bratseth2021-03-039-29/+59
|\ \ | | | | | | | | | | | | vespa-engine/revert-16753-revert-16745-bratseth/query-rate-autoscaling-metric Revert "Revert "Add query.rate to the autoscaling metrics""
| * | Revert "Revert "Add query.rate to the autoscaling metrics""Jon Bratseth2021-03-039-29/+59
| | |
* | | Merge pull request #16772 from ↵Martin Polden2021-03-036-25/+10
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/revert-16765-mpolden/respect-exclusive Revert "Respect exclusive request when allocating by type"
| * | Revert "Respect exclusive request when allocating by type"Martin Polden2021-03-036-25/+10
|/ /
* | Merge pull request #16770 from ↵Tor Brede Vekterli2021-03-033-12/+50
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/guard-against-inconsistent-state-version-during-db-processing Guard against processing bucket requests with inconsistent internal state version
| * | Guard against processing bucket requests with inconsistent internal state ↵Tor Brede Vekterli2021-03-033-12/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version There's a tiny window of time between when the bucket manager observes a new state version and when the state version actually is visible in the rest of the process. We must ensure that we don't end up processing requests when these two differ, or we might erroneously process requests for version X using a state only valid for version Y < X.
* | | Merge pull request #16768 from vespa-engine/mpolden/add-flagHåkon Hallingstad2021-03-033-3/+17
|\ \ \ | | | | | | | | Add dynamic-config-server-provisioning flag
| * | | Add dynamic-config-server-provisioning flagMartin Polden2021-03-033-3/+17
|/ / /
* | | Merge pull request #16734 from vespa-engine/arnej/add-brainfloat16-typeArne H Juul2021-03-038-3/+304
|\ \ \ | | | | | | | | add BrainFloat16 "float with less precision"
| * | | stop worrying about FPE for nowArne Juul2021-03-031-9/+0
| | | |
| * | | ensure unit test works on CentOS 8 / gcc 10Arne Juul2021-03-032-2/+2
| | | |
| * | | make the tricky stuff privateArne Juul2021-03-021-20/+20
| | | |
| * | | use static_assert to require knowledge of endiannessArne Juul2021-03-021-8/+10
| | | |
| * | | rename BrainFloat16 -> BFloat16Arne Juul2021-03-028-74/+74
| | | |
| * | | add documentation commentArne Juul2021-03-021-0/+10
| | | |
| * | | more BrainFloat16 functionalityArne Juul2021-03-023-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add assignment operator from float * add direct access to underlying representation * add handling in nbostream * unit test that show normal usage * unit test with nbostream
| * | | better NaN support for BrainFloat16Arne Juul2021-03-022-13/+71
| | | |
| * | | add BrainFloat16 "float with less precision"Arne Juul2021-03-027-3/+199
| | | |
* | | | Merge pull request #16757 from vespa-engine/hmusum/remove-use-of-flagHarald Musum2021-03-035-54/+23
|\ \ \ \ | | | | | | | | | | Remove use of flag that is always true
| * | | | Remove use of flag that is always trueHarald Musum2021-03-035-54/+23
| | | | |
* | | | | Merge pull request #16765 from vespa-engine/mpolden/respect-exclusiveHåkon Hallingstad2021-03-036-10/+25
|\ \ \ \ \ | | | | | | | | | | | | Respect exclusive request when allocating by type
| * | | | | Respect exclusive request when allocating by typeMartin Polden2021-03-036-10/+25
| |/ / / /
* | | | | Merge pull request #16764 from vespa-engine/arnej/use-list-cell-typesArne H Juul2021-03-0313-69/+47
|\ \ \ \ \ | | | | | | | | | | | | use CellTypeUtils::list_types to loop over possible cell types in tests
| * | | | | use CellTypeUtils::list_types to loop over possible cell types in testsArne Juul2021-03-0313-69/+47
| |/ / / /
* | | | | Merge pull request #16760 from ↵Håkon Hallingstad2021-03-032-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/print-node-index-without-parentheses Print node index without parenthesis as done elsewhere
| * | | | | Print node index wihtout parenthesis as done elsewhereHarald Musum2021-03-032-7/+7
| |/ / / /
* | | | | Merge pull request #16763 from vespa-engine/arnej/unify-cell-type-parsingArne H Juul2021-03-031-16/+16
|\ \ \ \ \ | | | | | | | | | | | | Arnej/unify cell type parsing
| * | | | | implement cell_type_from_name in terms of cell_type_to_nameArne Juul2021-03-031-10/+9
| | | | | |
| * | | | | use cell_type_from_name in parsingArne Juul2021-03-031-6/+7
| |/ / / /
* | | | | Merge pull request #16762 from ↵Jon Marius Venstad2021-03-032-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-ower-heap-size-for-cluster-controller Use 256 Mb as default max heap for cluster controllers
| * | | | | Use 256 Mb as defaultHarald Musum2021-03-032-2/+2
| |/ / / /
* | | | | Merge pull request #16761 from vespa-engine/hmusum/simplify-2Harald Musum2021-03-032-76/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Simplify and remove unused dependencies
| * | | | Remove unused dependenciesHarald Musum2021-03-031-17/+0
| | | | |
| * | | | Simplify, testing server is not usedHarald Musum2021-03-031-59/+7
| |/ / /
* | | | Merge pull request #16759 from vespa-engine/ogronnesby/admin-can-revoke-keysJon Marius Venstad2021-03-032-0/+6
|\ \ \ \ | |/ / / |/| | | Give tenant admin the right to revoke keys
| * | | Give tenant admin the right to revoke keysØyvind Grønnesby2021-03-032-0/+6
| | | |
* | | | Merge pull request #16756 from ↵Arnstein Ressem2021-03-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-16754-revert-16749-balder/set-allowedlidbloat-to-1 Revert "Revert "Set allowedlidbloat to 1 instead of 1000""
| * | | | Revert "Revert "Set allowedlidbloat to 1 instead of 1000""Henning Baldersheim2021-03-031-1/+1
|/ / / /
* | | | Merge pull request #16752 from vespa-engine/mpolden/provision-config-serversMartin Polden2021-03-0321-321/+539
|\ \ \ \ | | | | | | | | | | Provision config servers dynamically
| * | | | Add workaround for discontinuous cluster indicesMartin Polden2021-03-031-6/+17
| | | | |
| * | | | Provision config servers dynamicallyMartin Polden2021-03-0214-71/+245
| | | | |
| * | | | Consolidate HostProvisioner mocksMartin Polden2021-03-024-226/+202
| | | | |
| * | | | Use custom inactive expiry for config server and controllerMartin Polden2021-03-025-12/+66
| | | | |
| * | | | Extract deprovision methodMartin Polden2021-03-022-23/+26
| | | | |
* | | | | Merge pull request #16751 from vespa-engine/havardpe/cell-cast-in-functionArne H Juul2021-03-0330-278/+538
|\ \ \ \ \ | | | | | | | | | | | | enable use of cell_cast in expressions