summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java
Commit message (Expand)AuthorAgeFilesLines
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-1/+1
* Apply limits to forecastsJon Bratseth2020-05-291-4/+4
* Merge pull request #13401 from vespa-engine/mpolden/provision-exact-capacityMartin Polden2020-05-281-3/+4
|\
| * Add Cloud builderMartin Polden2020-05-271-3/+4
* | Update node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autosca...Jon Bratseth2020-05-271-1/+1
* | Map both waysJon Bratseth2020-05-271-2/+7
* | Make room for overhead when allocating on shared nodesJon Bratseth2020-05-261-9/+7
* | Prepare to take overhead into account when allocating sharedJon Bratseth2020-05-261-13/+87
|/
* Remove groups immediatelyJon Bratseth2020-05-201-1/+0
* Merge pull request #13287 from vespa-engine/bratseth/autoscale-groupsizeJon Bratseth2020-05-181-7/+26
|\
| * Consider all group sizesJon Bratseth2020-05-181-12/+13
| * Prepare to iterate over groupsJon Bratseth2020-05-181-0/+18
| * Only separate between fixed and variable cost for content clustersJon Bratseth2020-05-151-3/+3
* | Disk limit handling improvementsJon Bratseth2020-05-151-2/+2
|/
* Model cloud features explicitlyMartin Polden2020-05-061-6/+5
* Revert "Merge pull request #13131 from vespa-engine/revert-13128-bratseth/all...Jon Bratseth2020-05-021-3/+3
* Revert "Bratseth/allow non allocatable limits take 2"Harald Musum2020-05-011-3/+3
* Revert "Merge pull request #13125 from vespa-engine/revert-13114-bratseth/all...Jon Bratseth2020-04-301-3/+3
* Revert "Bratseth/allow non allocatable limits"HÃ¥kon Hallingstad2020-04-301-3/+3
* Find the best matching flavor within limitsJon Bratseth2020-04-291-1/+1
* SimplifyJon Bratseth2020-04-281-2/+2
* Clear outdated target and cleanupJon Bratseth2020-04-241-11/+11
* Split suggesting and autoscalingJon Bratseth2020-04-231-3/+18
* Propagate any new non-scaled settingsJon Bratseth2020-04-031-5/+36
* Avoid small changes when ideal is off limitsJon Bratseth2020-03-301-3/+4
* Prefer the best fulfilment over lowest costJon Bratseth2020-03-281-7/+7
* Respect node resource limitsJon Bratseth2020-03-281-6/+83
* Activate autoscalingJon Bratseth2020-03-271-14/+27
* Handle container clusters betterJon Bratseth2020-03-241-5/+31
* Log cluster resources, scale once per clusterJon Bratseth2020-03-161-12/+12
* Remove temporary testJon Bratseth2020-03-161-29/+0
* Consume metrics timestamps in seconds not msJon Bratseth2020-03-161-0/+33
* Don't wrap ClusterResourcesJon Bratseth2020-03-051-4/+4
* Use advertised resources when making allocationsJon Bratseth2020-03-041-4/+4
* Remove printlnJon Bratseth2020-03-041-1/+0
* Handle remote diskJon Bratseth2020-03-041-7/+5
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-261-0/+147
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-147/+0
* Update copyright headerJon Bratseth2020-02-251-1/+1
* Scale correctly with multiple groupsJon Bratseth2020-02-221-2/+2
* Account for fixed cost portion of query costJon Bratseth2020-02-211-5/+5
* Stay within lower node resource limitsJon Bratseth2020-02-211-0/+16
* Test correction for AWS memory overheadJon Bratseth2020-02-211-3/+5
* Test with memory driven rescalingJon Bratseth2020-02-211-17/+20
* Parametrize measured resourceJon Bratseth2020-02-211-10/+9
* Test autoscaling with dynamic provisioningJon Bratseth2020-02-201-0/+41
* Handle grouped clustersJon Bratseth2020-02-191-4/+36
* Don't make small changes, don't autoscale when in fluxJon Bratseth2020-02-181-12/+19
* Test scaling back downJon Bratseth2020-02-181-3/+11
* Extract testJon Bratseth2020-02-181-75/+11