aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Handle fulfilment precision lossMartin Polden2024-05-241-1/+8
|
* Check only among potentialChildrenjonmv2024-05-231-2/+2
|
* Separate out admin-only hosts in parent-host-not-ready messagejonmv2024-05-232-9/+22
|
* Avoid injecting ExclusivityHåkon Hallingstad2024-05-199-34/+17
|
* Merge pull request #31241 from vespa-engine/hakonhall/quota-capacity-policiesJon Bratseth2024-05-1921-292/+130
|\ | | | | Hakonhall/quota capacity policies
| * Remove flags dependency from config-modelHåkon Hallingstad2024-05-1813-60/+76
| |
| * Move CapacityPolicies to config-privisioningJon Bratseth2024-05-129-204/+25
| |
| * Make CapacityPolicies independent of NodeRepositoryJon Bratseth2024-05-127-15/+22
| |
| * Simplify method nameJon Bratseth2024-05-1210-20/+20
| |
| * Move exclusivity decisions to config-provisioningJon Bratseth2024-05-1215-51/+45
| |
* | Enable detailed Autoscaling logging with PermanentFlagbjormel2024-05-165-10/+33
|/
* Merge pull request #31026 from vespa-engine/bratseth/group-adjustmentsMartin Polden2024-04-251-5/+11
|\ | | | | Only adjust groups if we adjust nodes
| * Only adjust groups if we adjust nodesJon Bratseth2024-04-241-5/+11
| |
* | Merge pull request #31025 from vespa-engine/bratseth/lower-ideal-query-cpuMartin Polden2024-04-255-66/+66
|\ \ | | | | | | Lower ideal query cpu
| * | Lower ideal query cpuJon Bratseth2024-04-245-66/+66
| |/ | | | | | | 80% has observed to cause problems, so lowering to 75%.
* / Simplify - surplus tracking not neededJon Bratseth2024-04-243-41/+30
|/
* Use full author nameHarald Musum2024-04-242-2/+2
|
* Merge pull request #30993 from vespa-engine/hakonhall/add-host-memory-ratio-flagHåkon Hallingstad2024-04-232-2/+2
|\ | | | | Add host-memory-ratio flag and add flavor dimension to host-memory
| * Add host-memory-ratio flag and add flavor dimension to host-memoryHåkon Hallingstad2024-04-222-2/+2
| |
* | Downscale groupsJon Bratseth2024-04-222-1/+19
| |
* | Retire incrementallyJon Bratseth2024-04-214-29/+18
| |
* | Make privateJon Bratseth2024-04-211-1/+1
| |
* | CleanupJon Bratseth2024-04-213-12/+20
| |
* | Retire on group size reductionJon Bratseth2024-04-215-8/+52
| |
* | Avoid starting quest db for /nodes/v2 unit testsValerij Fredriksen2024-04-192-1/+7
|/
* timeout -> expiryTime for node repo expirersHarald Musum2024-04-183-12/+12
|
* Avoid Optional with CloudAccountHåkon Hallingstad2024-04-1813-39/+35
|
* Propagate cloud account to ResourcesCalculatorHåkon Hallingstad2024-04-1714-43/+59
|
* Fix case and requireNonNullHåkon Hallingstad2024-04-152-2/+2
|
* Serialize cloud accountHåkon Hallingstad2024-04-152-0/+2
|
* Add cloud account to ClusterHåkon Hallingstad2024-04-154-6/+24
|
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-123-5/+4
|
* Unify on List.ofHenning Baldersheim2024-04-111-2/+2
|
* Merge pull request #30881 from vespa-engine/olaa/stop-writing-suggestionMartin Polden2024-04-111-3/+0
|\ | | | | Stop writing cluster suggestion
| * Stop writing cluster suggestionOla Aunronning2024-04-111-3/+0
| |
* | Unify on Map.ofHenning Baldersheim2024-04-112-5/+3
|/
* Follow api changeHenning Baldersheim2024-04-101-4/+9
|
* Emit suspended seconds. Update metrics for non-active nodesOla Aunronning2024-03-271-3/+1
|
* Azure LB trustHåkon Hallingstad2024-03-221-0/+8
|
* Merge pull request #30649 from vespa-engine/olaa/remove-suggestionMartin Polden2024-03-188-82/+9
|\ | | | | Remove scaling suggestion replaced by list
| * Keep writing suggestion until all readers are goneOla Aunronning2024-03-151-0/+3
| |
| * Remove scaling suggestion replaced by listOla Aunronning2024-03-158-83/+7
| |
* | No flavor with less than 2 vCPU and 8GB mem in AzureValerij Fredriksen2024-03-151-1/+1
| |
* | Define logserver resources for AzureValerij Fredriksen2024-03-151-3/+6
| |
* | Allocate from hostnames in AzureValerij Fredriksen2024-03-151-1/+1
| |
* | Remove unused argumentHarald Musum2024-03-155-12/+12
|/
* 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