aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Document private vs public IPs in AzureHåkon Hallingstad2024-02-291-5/+6
|
* Ensure that combined load balancer is not expired too earlyMartin Polden2024-02-295-24/+26
|
* Merge pull request #30430 from ↵Martin Polden2024-02-282-44/+103
|\ | | | | | | | | vespa-engine/hmusum/add-test-showing-failure-when-deprovisioning-load-balancer-when-using-combined-cluster Add test showing that load balancer might be removed erroneously for …
| * Add test showing that load balancer might be removed erroneously for ↵Harald Musum2024-02-282-44/+103
| | | | | | | | | | | | | | | | combined cluster Looks like load balancer refer to container cluster, whereas LoadBalancerExpirer should check for the actual activated nodes used, which are the nodes in the content cluster for combined cluster
* | Merge pull request #30431 from ↵Valerij Fredriksen2024-02-282-1/+56
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/avoid-expiring-failed-host-with-children-to-dirty Avoid expiring failed host with children to dirty
| * | Avoid expiring failed host with children to dirtyHåkon Hallingstad2024-02-282-1/+56
| |/
* / Move some of bratseths ownership to others.Geir Storli2024-02-281-2/+2
|/
* Merge pull request #30426 from vespa-engine/jonmv/random-simplificationValerij Fredriksen2024-02-281-12/+4
|\ | | | | Random simplification in nodes check
| * Random simplification in nodes checkjonmv2024-02-281-12/+4
| |
* | Empty exclusive host metric considers deallocation timeOla Aunronning2024-02-262-2/+13
|/
* Merge pull request #30299 from ↵Valerij Fredriksen2024-02-162-1/+8
|\ | | | | | | | | vespa-engine/hakonhall/set-extraid-if-present-when-adding-node Set extraId if present when adding node
| * Set extraId if present when adding nodeHåkon Hallingstad2024-02-162-1/+8
| |
* | Specify DNS record types in AzureValerij Fredriksen2024-02-151-6/+9
|/
* Return whether deprovisioning has completedValerij Fredriksen2024-02-133-4/+7
|
* update metric name in testbjormel2024-02-051-1/+1
|
* Expose expire metricsbjormel2024-02-051-1/+1
|
* Handle any exception typeJon Bratseth2024-01-301-1/+1
|
* Merge pull request #29882 from vespa-engine/olaa/multiple-resourcesMartin Polden2024-01-2513-50/+219
|\ | | | | Store multiple resource suggestions
| * Added comment, TODO, and better namingOla Aunronning2024-01-243-5/+6
| |
| * Store multiple resource suggestionsOla Aunronning2024-01-1213-48/+216
| |
* | Throw so we get a proper error logged when patching with invalid JSONjonmv2024-01-241-1/+1
| |
* | Dry-run apps have no nodesjonmv2024-01-241-2/+4
| |
* | Add additional fields to application responseMartin Polden2024-01-243-1/+15
| | | | | | | | | | Controller needs to know this information when calculating cost. Today it lists all nodes in the zone (multiple times) to get the information, which is slow.
* | Merge pull request #30011 from vespa-engine/mpolden/retire-by-groupJon Bratseth2024-01-224-19/+136
|\ \ | | | | | | Consider group membership when retiring host for OS upgrade
| * | Consider group membership when retiring host for OS upgradeMartin Polden2024-01-222-16/+133
| | |
| * | Fix typoMartin Polden2024-01-192-3/+3
| |/
* / Add cluster type dimension to autoscaling metricMartin Polden2024-01-222-2/+10
|/
* Always delay config until after restart when loading models, for restarting ↵jonmv2024-01-121-1/+1
| | | | clusters
* Reset downtime at resume, 2. tryHåkon Hallingstad2024-01-1012-72/+207
|
* Define and serialize new history event typesHåkon Hallingstad2024-01-062-1/+8
|
* Revert "Reset downtime at resume"Harald Musum2024-01-0612-213/+71
|
* Reset downtime at resumeHåkon Hallingstad2024-01-0512-71/+213
|
* Skip check of OS version availability in node responseMartin Polden2024-01-023-11/+12
|
* Create version cache onceMartin Polden2024-01-027-54/+55
|
* Skip upgrade when OS version is unavailableMartin Polden2023-12-2910-36/+135
|
* Handle missing value in new columnsMartin Polden2023-12-201-2/+7
|
* Expose GPU load in nodes APIMartin Polden2023-12-205-12/+40
|
* Store GPU metrics and load separatelyMartin Polden2023-12-2017-99/+147
|
* Revert "Expose GPU load in nodes API"Harald Musum2023-12-1922-187/+111
|
* Merge pull request #29709 from vespa-engine/mpolden/gpu-loadJon Bratseth2023-12-1922-111/+187
|\ | | | | Expose GPU load in nodes API
| * Expose GPU load in nodes APIMartin Polden2023-12-195-12/+40
| |
| * Store GPU metrics and load separatelyMartin Polden2023-12-1917-99/+147
| |
* | GC dead codeHarald Musum2023-12-191-4/+1
|/
* Emit metric counting autoscale eventsMartin Polden2023-12-114-4/+13
|
* Remove unused parametersMartin Polden2023-12-084-19/+18
|
* Add TODOMartin Polden2023-12-071-0/+1
|
* Merge pull request #29571 from vespa-engine/mpolden/detect-redistJon Bratseth2023-12-066-21/+43
|\ | | | | Let distributor metric decide cluster stability
| * Remove unused methodsMartin Polden2023-12-062-15/+0
| |
| * Avoid null optionalMartin Polden2023-12-062-3/+3
| |
| * Let distributor metric decide cluster stabilityMartin Polden2023-12-062-3/+40
| |