aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/CapacityChecker.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change primary and pool IPs from Set to ListHåkon Hallingstad2023-09-141-3/+3
* Build with jdk20Jon Bratseth2023-04-171-1/+1
* Convert IP classes to recordsMartin Polden2023-03-131-2/+2
* Revert "Lock node when updating IP config"Valerij Fredriksen2023-02-241-2/+2
* Convert IP classes to recordsMartin Polden2023-02-161-2/+2
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-7/+7
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-7/+7
* Use modifiable list explicitHenning Baldersheim2022-12-031-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-7/+7
* Don't consider retiring or failing hosts as valid replacement candidatesOla Aunrønning2022-04-191-0/+2
* Handle architecture in CapacityCheckerHarald Musum2022-03-211-7/+9
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Don't throw IllegalArgumentException if CapacityChecker receives unknown hostsOla Aunrønning2021-04-191-9/+1
* Rename getIpSet -> ipSetMartin Polden2021-03-191-2/+2
* Capacity checker should ignore dirty nodesOla Aunrønning2021-02-101-1/+1
* reduce upper bound to speed up capacity checkAndreas Eriksen2021-02-021-1/+1
* Introduce node IP address poolHåkon Hallingstad2020-11-171-2/+2
* Violation of parent host policy if reserved to different tenantOla Aunrønning2020-10-141-0/+7
* Stop passing class variables between class methodsValerij Fredriksen2020-09-111-27/+16
* Make final and pass in NodeList instead of NodeRepositoryValerij Fredriksen2020-09-111-47/+43
* Inline unnecessary methodsMartin Polden2020-07-211-3/+3
* More testsJon Bratseth2020-06-171-1/+0
* More testsJon Bratseth2020-06-171-1/+10
* Test SpareCapacityMaintainerJon Bratseth2020-06-171-15/+22
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-5/+5
* Refactor - no funcntional changesJon Bratseth2020-06-101-1/+2
* Spare capacity maintainenance skeletonJon Bratseth2020-06-091-17/+24
* Merge pull request #11648 from vespa-engine/bratseth/add-headersgjoranv2020-01-061-0/+1
|\
| * Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* | Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-031-1/+1
|/
* Compute free resources using just numbersJon Bratseth2019-11-131-1/+1
* Add NodeResources.storageTypeJon Bratseth2019-11-131-12/+25
* Use requested resources when finding allocation failuresOla Aunrønning2019-11-081-1/+3
* Check capacity by requested, not assigned resourcesJon Bratseth2019-10-301-16/+24
* Meter all allocated nodesJon Bratseth2019-09-071-0/+2
* Implemented suggested changes to CapacityChecker.mgimle2019-07-151-9/+7
* Separated out the capacity checking part of the capacity report maintainer.mgimle2019-07-151-0/+528