summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | | Author and copyrightØyvind Grønnesby2020-10-231-0/+4
| | | | | | |
| * | | | | | Add test to verify quota usage is in deploymentØyvind Grønnesby2020-10-231-0/+17
| | | | | | |
| * | | | | | Get quota usage from node repositoryØyvind Grønnesby2020-10-222-14/+21
| | | | | | |
* | | | | | | Merge pull request #15020 from ↵Jon Marius Venstad2020-10-231-2/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/remove-logging-in-doc-v1-on-errors Remove logging
| * | | | | | Remove loggingJon Marius Venstad2020-10-231-2/+1
|/ / / / / /
* | | | | | Merge pull request #15016 from ↵Henning Baldersheim2020-10-231-13/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/ensure-documents-are-committed Ensure that documents are visible before accessing them. Aslo use std…
| * | | | | Ensure that documents are visible before accessing them. Aslo use ↵Henning Baldersheim2020-10-231-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | std::make_unique/shared
* | | | | | Merge pull request #15013 from vespa-engine/bratseth/persist-metrics-rebasedJon Bratseth2020-10-2374-763/+1304
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Bratseth/persist metrics rebased
| * | | | | Follow API changeJon Bratseth2020-10-221-3/+8
| | | | | |
| * | | | | Expect spaces in Pair toStringJon Bratseth2020-10-223-29/+29
| | | | | |
| * | | | | Read application onceJon Bratseth2020-10-221-9/+9
| | | | | |
| * | | | | Merge branch 'bratseth/persist-metrics-rebased' of ↵Jon Bratseth2020-10-221-1/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | github.com:vespa-engine/vespa into bratseth/persist-metrics-rebased
| | * | | | | Update ↵Jon Bratseth2020-10-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config-provisioning/src/main/java/com/yahoo/config/provision/Provisioner.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
| * | | | | | Actually count groups not nodesJon Bratseth2020-10-221-1/+3
| |/ / / / /
| * | | | | Remove printlnsJon Bratseth2020-10-221-5/+0
| | | | | |
| * | | | | Create QuestMetricsDb componentJon Bratseth2020-10-221-1/+1
| | | | | |
| * | | | | Use data dir for log configJon Bratseth2020-10-224-5/+12
| | | | | |
| * | | | | Set db file system locationJon Bratseth2020-10-222-3/+2
| | | | | |
| * | | | | Switch to Quest metrics db implementationJon Bratseth2020-10-221-1/+1
| | | | | |
| * | | | | Quest MetricsDb implementationJon Bratseth2020-10-2213-200/+227
| | | | | |
| * | | | | Create MetricsDb interfaceJon Bratseth2020-10-2214-70/+104
| | | | | |
| * | | | | Make NodeTimeseries immutableJon Bratseth2020-10-223-22/+20
| | | | | |
| * | | | | Remove middlemanJon Bratseth2020-10-2213-146/+120
| | | | | |
| * | | | | Clean up terminologyJon Bratseth2020-10-226-192/+210
| | | | | |
| * | | | | Minor cleanupJon Bratseth2020-10-223-34/+23
| | | | | |
| * | | | | Minor cleanupJon Bratseth2020-10-222-21/+0
| | | | | |