summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.305.19-1].vespa-7.305.19-1sd-buildbot2020-10-284-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.305.19 --no-auto-changelog
* Merge pull request #15039 from ↵Geir Storli2020-10-261-12/+24
|\ | | | | | | | | vespa-engine/geirst/feed-bm-async-message-handling-option Add option to turn on use_async_message_handling_on_schedule.
| * Sort option descriptions and enums to ensure they are in sync.Geir Storli2020-10-261-7/+7
| |
| * Add option to turn on use_async_message_handling_on_schedule.Geir Storli2020-10-261-10/+22
| |
* | Merge pull request #15035 from vespa-engine/mpolden/registry-credentialsMartin Polden2020-10-2612-34/+142
|\ \ | |/ |/| Add support for registry credentials in container engine
| * Add regional-container-registry feature flagMartin Polden2020-10-261-0/+6
| |
| * Add support for registry credentials in container engineMartin Polden2020-10-2611-34/+136
| |
* | Merge pull request #15029 from ↵Arne H Juul2020-10-261-3/+8
|\ \ | | | | | | | | | | | | vespa-engine/arnej/duplicate-instruction-benchmark partial duplicate of micro-bemchmark
| * | drop BM of PackedMixedTensorBuilderFactoryArne Juul2020-10-261-3/+0
| | |
| * | use a run-time flag instead of conditional compilationArne Juul2020-10-264-27/+15
| | |
| * | partial duplicate of micro-bemchmarkArne Juul2020-10-254-7/+27
| | | | | | | | | | | | | | | | | | | | | * use conditional compilation to let the installed vespa-tensor-instructions-benchmark run its measurements only for the two most important implementations (old prod and new prod).
* | | Merge pull request #15033 from ↵Geir Storli2020-10-269-23/+253
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/geirst/async-message-handling-on-schedule Add support for async message handling when scheduling storage messag…
| * | | Use noexcept and prefix iterator increment.Geir Storli2020-10-263-3/+3
| | | |
| * | | Add support for async message handling when scheduling storage messages in ↵Geir Storli2020-10-269-23/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileStorManager. When turned on, the calling thread (e.g. FNET network thread when using Storage API RPC) gets the next async message to handle (if any) as part of scheduling a storage message. This async message is then handled by the calling thread immediately, instead of going via a persistence thread.
* | | | Merge pull request #15032 from ↵Henning Baldersheim2020-10-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/avoid-mergehandler-spam-log-level-crash Don't try to access container element prior to adding it when spam logging
| * | | | Don't try to access container element prior to adding it when spam loggingTor Brede Vekterli2020-10-261-1/+1
| | | | |
* | | | | Merge pull request #15017 from vespa-engine/balder/remove-immediate-commitHenning Baldersheim2020-10-2620-351/+215
|\ \ \ \ \ | | | | | | | | | | | | Drop immediate commit, as it is gone.
| * | | | | Drop immediate commit, as it is gone.Henning Baldersheim2020-10-2320-351/+215
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15030 from ↵Jon Marius Venstad2020-10-262-6/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/account-for-first-production-zone-having-a-newer-version-than-change-when-computing-idle-test-job-runs Fix corner case for system/staging test jobs
| * | | | | Rename test methodJon Marius Venstad2020-10-261-1/+1
| | | | | |
| * | | | | Fix corner case for system/staging test jobsJon Marius Venstad2020-10-262-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a corner case where we compute versions to run in system and staging tests, where the first production deployment used to compute the versions has a newer platform that what we are deploying — this confused the algorithm into believing it needed both a run which was a success both on the deploying change, AND on the newer version, which is obviously impossible. When a newer version exists in the production deployment, this is now used instead of, not in addition to, the deploying change.
* | | | | | Merge pull request #15027 from vespa-engine/olaa/repair-client-creates-ticketsOla Aunrønning2020-10-262-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add ticket creation functionality to HostRepairClient
| * | | | | | Add ticket creation functionality to HostRepairClientOla Aunrønning2020-10-252-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #15028 from ↵Jon Bratseth2020-10-2626-149/+1354
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/lesters/revert-revert-resolve-onnx-model-types Lesters/revert revert resolve onnx model types
| * | | | | Properly handle ONNX dimensions of size -1Lester Solbakken2020-10-255-30/+91
| | | | | |
| * | | | | Revert "Revert "Add type resolving for ONNX models""Lester Solbakken2020-10-2524-149/+1293
|/ / / / / | | | | | | | | | | | | | | | This reverts commit 882d574ab53e8d10a2a8765a64487c20661dc63f.
* | | | | Merge pull request #15025 from ↵Jon Bratseth2020-10-2424-1293/+149
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-15010-lesters/resolve-onnx-model-types Revert "Add type resolving for ONNX models"
| * | | | | Revert "Add type resolving for ONNX models"Arnstein Ressem2020-10-2424-1293/+149
|/ / / / /
* | | | | Merge pull request #15023 from ↵Martin Polden2020-10-232-9/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/avoid-allocating-invalid-nodes Bratseth/avoid allocating invalid nodes
| * | | | | Clarify consequences of calling toNodeJon Bratseth2020-10-231-1/+5
| | | | | |
| * | | | | Reject invalid nodes also if allocatedJon Bratseth2020-10-232-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will never happen now, but I think it's clearer to show that explicitly in the code.
* | | | | | Merge pull request #15024 from ↵Jon Bratseth2020-10-233-8/+14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/bratseth/dont-autoscale-during-a-deployment Don't autoscale if a deployment is ongoing
| * | | | | Don't autoscale if a deployment is ongoingJon Bratseth2020-10-233-8/+14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This avoids trying to do another rescaling (which will fail on activate) if a deployment is already ongoing, for example if another config server has already decided to autoscale.
* | | | | Merge pull request #15019 from vespa-engine/olaa/host-repair-maintenanceOla Aunrønning2020-10-2318-3/+434
|\ \ \ \ \ | |/ / / / |/| | | | Create maintainer tracking host repair status
| * | | | Add lastUpdated field to report. Report ID uses camel case. Remove ↵Ola Aunrønning2020-10-233-6/+15
| | | | | | | | | | | | | | | | | | | | unnecessary JsonIgnore. Reverse String comparison
| * | | | Id, not assertionIdOla Aunrønning2020-10-233-6/+10
| | | | |
| * | | | Fix String formattingOla Aunrønning2020-10-231-1/+1
| | | | |
| * | | | Create maintainer tracking host repair statusOla Aunrønning2020-10-2318-3/+421
| | | | | | | | | | | | | | | | | | | | | | | | | Extended ZmsClient to add/delete policy rules Extended controller's node repo client with patchNode function
* | | | | Merge pull request #15022 from ↵Jon Bratseth2020-10-232-13/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/continue-suggesting-on-lock-failure Continue suggesting on lock failure
| * | | | | Continue suggesting on lock failureJon Bratseth2020-10-232-13/+22
| | | | | |
* | | | | | Merge pull request #15010 from vespa-engine/lesters/resolve-onnx-model-typesLester Solbakken2020-10-2324-149/+1293
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add type resolving for ONNX models
| * | | | | | Add type resolving for ONNX modelsLester Solbakken2020-10-2224-149/+1293
| | | | | | |
* | | | | | | Merge pull request #15021 from ↵Jon Marius Venstad2020-10-231-4/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/remove-logging-in-doc-v1-on-errors Destroy async session during shutdown
| * | | | | | Destroy async session during shutdownJon Marius Venstad2020-10-231-4/+10
| | | | | | |
* | | | | | | Merge pull request #14990 from ↵Geir Storli2020-10-231-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/use-content-node-btree-db-by-default Use content node B-tree bucket database by default
| * | | | | | Use content node B-tree bucket database by defaultTor Brede Vekterli2020-10-211-1/+1
| | | | | | |
* | | | | | | Merge pull request #15018 from vespa-engine/freva/spareMartin Polden2020-10-231-44/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not add applications nodes outside cluster in NodePrioritizer
| * | | | | | | Find parent node in memoryValerij Fredriksen2020-10-231-1/+1
| | | | | | | |
| * | | | | | | Only add application nodes in clusterValerij Fredriksen2020-10-231-43/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #15008 from ↵Jon Marius Venstad2020-10-233-14/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/ogronnesby/use-node-repo-for-quota-usage Get quota usage from node repository