aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Also throttle provisioningValerij Fredriksen2024-06-121-0/+4
|
* Define and catch ThrottleProvisioningExceptionValerij Fredriksen2024-06-122-0/+20
|
* peak load metricsbjormel2024-06-111-0/+3
|
* memoryGb => memoryGiBHenning Baldersheim2024-06-1126-87/+78
|
* Merge pull request #31524 from ↵Valerij Fredriksen2024-06-111-1/+2
|\ | | | | | | | | vespa-engine/hakonhall/wrap-guavas-toaddrstring-as-it-now-may-contain-the-interface Wrap Guavas toAddrString as it now may contain the interface
| * Wrap Guavas toAddrString as it now may contain the interfaceHåkon Hallingstad2024-06-111-1/+2
| |
* | Merge pull request #31521 from vespa-engine/mpolden/cleanupJon Marius Venstad2024-06-111-3/+2
|\ \ | | | | | | Misc cleanup
| * | Fix typoMartin Polden2024-06-101-1/+1
| | |
| * | Remove Optional-wrapping from toStringMartin Polden2024-06-101-2/+1
| |/
* / Rename metric context "job" due to overlap with prometheusbjormel2024-06-101-1/+1
|/
* Reduce staging test size to 5%Jon Bratseth2024-06-052-2/+2
|
* Merge pull request #31446 from vespa-engine/bratseth/container-ideal-memoryBjørn Meland2024-06-053-5/+5
|\ | | | | Increase container ideal memory load to 0.9
| * Increase container ideal memory load to 0.9Jon Bratseth2024-06-053-5/+5
| | | | | | | | | | | | | | Vespa will now attempt to allocate memory to this level. If we don't allow it, all allocations will be unfulfiled, since adding more resources won't decrease used memory per container.
* | Remove printlnsJon Bratseth2024-06-051-2/+0
| |
* | Test that we don't rescale when container memory is unfulfiledJon Bratseth2024-06-056-25/+47
|/
* Lowest cost is preferred with equal() fulfilmentbjormel2024-06-041-1/+2
|
* Handle cluster removal during autoscalingMartin Polden2024-05-302-1/+5
|
* Remove unused methodMartin Polden2024-05-301-13/+0
|
* 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
|