summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/autoscale/AllocationOptimizer.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-1/+1
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-1/+1
* Move node operations into a separate classJon Bratseth2021-02-081-1/+1
* Increase to min only when it is within limitsJon Bratseth2021-02-031-3/+4
* Scale content clusters to minimum 3 nodesJon Bratseth2021-02-031-3/+19
* Suggest only when usefulJon Bratseth2021-01-191-1/+1
* Allocate max half of hosts actually available in zoneJon Bratseth2021-01-151-1/+3
* No functional changesJon Bratseth2021-01-151-2/+1
* Use stateful propertyMartin Polden2020-12-011-2/+2
* Preserve allocation when possibleJon Bratseth2020-08-201-1/+1
* Make room for overhead when allocating on shared nodesJon Bratseth2020-05-261-5/+1
* Prepare to take overhead into account when allocating sharedJon Bratseth2020-05-261-1/+5
* Consider the lowest real resources we'll get when allocatingJon Bratseth2020-05-261-2/+3
* Revert "Merge pull request #13353 from vespa-engine/revert-13348-bratseth/rea...Jon Bratseth2020-05-251-2/+2
* Revert "Bratseth/real resources in model"Harald Musum2020-05-231-2/+2
* Clean up HostSpec constructorsJon Bratseth2020-05-221-2/+2
* Check argsJon Bratseth2020-05-181-2/+2
* SimplifyJon Bratseth2020-05-181-23/+6
* Consider all group sizesJon Bratseth2020-05-181-29/+29
* Prepare to iterate over groups 2Jon Bratseth2020-05-181-11/+12
* Prepare to iterate over groupsJon Bratseth2020-05-181-8/+12
* Simplify: Start from min and skip invalidJon Bratseth2020-05-151-28/+14
* Drop iteratorJon Bratseth2020-05-151-111/+77
* SimplifyJon Bratseth2020-05-151-3/+3
* Only separate between fixed and variable cost for content clustersJon Bratseth2020-05-151-6/+6
* Generalize cpu computationJon Bratseth2020-05-131-25/+17
* Revert "Merge pull request #13131 from vespa-engine/revert-13128-bratseth/all...Jon Bratseth2020-05-021-0/+172
* Revert "Bratseth/allow non allocatable limits take 2"Harald Musum2020-05-011-172/+0
* Revert "Merge pull request #13125 from vespa-engine/revert-13114-bratseth/all...Jon Bratseth2020-04-301-0/+172
* Revert "Bratseth/allow non allocatable limits"HÃ¥kon Hallingstad2020-04-301-172/+0
* Find the best matching flavor within limitsJon Bratseth2020-04-291-5/+7
* SimplifyJon Bratseth2020-04-281-12/+12
* Rescale exhaustively when window moves outside current deploymentJon Bratseth2020-04-281-0/+170