aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
...
| * CuratorDatabase -> CachingCuratorMartin Polden2023-01-042-20/+22
| |
* | Merge pull request #25390 from vespa-engine/bratseth/autoscaling-statusValerij Fredriksen2023-01-0420-404/+433
|\ \ | |/ |/| Bratseth/autoscaling status
| * Don't replace measurements by emptyJon Bratseth2023-01-046-3/+43
| |
| * Output load in target/suggested blockJon Bratseth2023-01-024-55/+82
| |
| * Use utilization numbers from targetJon Bratseth2023-01-024-33/+12
| |
| * SimplifyJon Bratseth2023-01-022-2/+2
| |
| * Remove unused valuesJon Bratseth2022-12-303-8/+2
| |
| * Move scaling duration computation to ClusterJon Bratseth2022-12-303-39/+41
| |
| * Store the load observed and inferred when making an autoscaling decisionJon Bratseth2022-12-307-53/+118
| |
| * Move AutoscalingStatus content into AutoscalingJon Bratseth2022-12-2910-146/+92
| |
| * Use Autoscaling in place of AdviceJon Bratseth2022-12-297-86/+61
| |
| * Get rid of Advice.presentJon Bratseth2022-12-295-31/+25
| |
| * Fold AutoscaqlingStatus into AutoscalingJon Bratseth2022-12-2911-73/+80
| |
* | Add missing writes to unified node pathMartin Polden2023-01-042-2/+9
| |
* | Write node objects to unified pathMartin Polden2023-01-032-8/+22
| |
* | Write state to node objectMartin Polden2023-01-031-1/+33
| |
* | Merge pull request #25316 from ↵Håkon Hallingstad2023-01-021-2/+4
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/reduce-nodefailer-activate-timeout Reduce NodeFailer activate timeout
| * | Reduce NodeFailer activate timeoutHåkon Hallingstad2022-12-211-2/+4
| |/
* | Merge pull request #25289 from ↵Håkon Hallingstad2023-01-0210-78/+124
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/avoid-ptr-verification-when-provisioning-in-enclave Avoid PTR verification when provisioning in Enclave
| * Review roundHåkon Hallingstad2022-12-212-6/+8
| |
| * Avoid PTR verification when provisioning in EnclaveHåkon Hallingstad2022-12-1910-78/+122
| |
* | Merge pull request #25280 from vespa-engine/fix-dimension-hashing-bugv8.101.28Henning Baldersheim2022-12-181-1/+1
|\ \ | | | | | | Fix dimension hashing bug
| * | Rename MetricsParser.Consumer to Collector to avoid confusion.gjoranv2022-12-161-1/+1
| | |
* | | GPU image takes precedence over tenant imageMartin Polden2022-12-162-7/+5
| | |
* | | Use GPU container image for nodes with GPUsMartin Polden2022-12-158-22/+46
|/ /
* | Introduce Autoscsaling result objectJon Bratseth2022-12-1313-116/+141
| |
* | Merge pull request #25220 from vespa-engine/bratseth/utilization-cleanupMartin Polden2022-12-133-20/+0
|\ \ | | | | | | Remove average and current utilization: Not used
| * | Remove average and current utilization: Not usedJon Bratseth2022-12-123-20/+0
| | |
* | | Merge pull request #25221 from vespa-engine/ogronnesby/maintainer-execution-timev8.98.34Øyvind Grønnesby2022-12-121-3/+5
|\ \ \ | |/ / |/| | Create a metric for maintainer execution time
| * | Create a metric for maintainer execution timeØyvind Grønnesby2022-12-121-3/+5
| | |
* | | Correct comment typoJon Bratseth2022-12-122-2/+2
| | |
* | | Downweight traffic headroom when traffic is lowJon Bratseth2022-12-1210-59/+106
|/ /
* | Don't use JAX-RS exception typesBjørn Christian Seime2022-12-091-2/+1
| |
* | Merge pull request #25169 from vespa-engine/freva/reset-wtrHåkon Hallingstad2022-12-081-0/+1
|\ \ | | | | | | Reset wantToRetire when moving node to ready
| * | Reset wantToRetire when moving node to readyValerij Fredriksen2022-12-081-0/+1
| |/
* | Merge pull request #25166 from vespa-engine/hmusum/extend-cluster-capacityValerij Fredriksen2022-12-081-16/+23
|\ \ | |/ |/| Support diskSpeed, storageType and architecture in ClusterCapacity
| * Support diskSpeed, storageType and architecture in ClusterCapacityHarald Musum2022-12-081-16/+23
| |
* | Merge pull request #25155 from ↵Valerij Fredriksen2022-12-076-6/+12
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/bind-node-added-via-rest-api-with-vespa-cloud-account Bind node added via REST API with Vespa cloud account
| * | Bind node added via REST API with Vespa cloud accountHåkon Hallingstad2022-12-076-6/+12
| | |
* | | Merge pull request #25154 from vespa-engine/bratseth/more-container-memoryValerij Fredriksen2022-12-073-8/+10
|\ \ \ | | | | | | | | Increase ideal container memory
| * | | Increase ideal container memoryJon Bratseth2022-12-073-8/+10
| | |/ | |/|
* | | Remove printlnsJon Bratseth2022-12-071-2/+0
| | |
* | | Scale down slightly more aggressivelyJon Bratseth2022-12-073-2/+26
|/ / | | | | | | | | Don't require a minimum number of measurements as we might not be able to ever collect them fast enough within the scaling window.
* | Support not specifying vcpu, memoryGb and diskGb for ClusterCapacityHarald Musum2022-12-071-13/+11
| |
* | Merge pull request #25118 from vespa-engine/bratseth/decrease-lock-timeoutJon Bratseth2022-12-061-2/+1
|\ \ | |/ |/| Decrease lock timeout
| * Decrease lock timeoutJon Bratseth2022-12-051-2/+1
| |
* | Merge pull request #25120 from ↵Håkon Hallingstad2022-12-062-1/+40
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/limit-fields-allowed-to-be-patched-from-tenant-host Limit fields allowed to be patched from tenant host
| * | Limit fields allowed to be patched from tenant hostHåkon Hallingstad2022-12-052-1/+40
| | |
* | | Merge pull request #25098 from ↵Jon Marius Venstad2022-12-0510-8/+68
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/jonmv/store-and-share-vpc-service-names Store and share private service names
| * | | More camel-casejonmv2022-12-052-2/+2
| | | |