aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/SpareCapacityMaintainer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add enums for infrastructure and add to vespametricsset as needed for infrast...yngveaasheim2023-07-311-2/+3
* Take a separate lock for maintenance deploymentsMartin Polden2023-03-101-14/+23
* Move parent-child cache to NodeListMartin Polden2023-01-131-4/+3
* Rename getCloud -> cloudMartin Polden2022-10-261-1/+1
* Consider architecture when calculating with NodeResourcesHarald Musum2022-03-181-2/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Precompute host -> children mapping as it is frequently used and expensive to...Henning Baldersheim2021-09-291-3/+4
* Always account for available IP addresses when checking capacityMartin Polden2021-08-201-3/+3
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-061-5/+5
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-041-5/+5
* Return success factorJon Bratseth2021-06-041-5/+5
* Expose more cluster data in nodes/v2Jon Bratseth2021-03-111-2/+2
* CleanupMartin Polden2021-02-151-2/+2
* getNode(...) -> node(...)Jon Bratseth2021-02-101-1/+1
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-5/+5
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-5/+5
* Move node operations into a separate classJon Bratseth2021-02-081-5/+5
* Log out of spare detailsJon Bratseth2021-02-041-3/+3
* Don't make changes when there are zone-wide problemsJon Bratseth2020-11-131-0/+2
* Revert "Revert "Remove allow host sharing""Valerij Fredriksen2020-10-201-1/+2
* Revert "Remove allow host sharing"Valerij Fredriksen2020-10-191-2/+1
* Remove allowHostSharingValerij Fredriksen2020-10-191-1/+2
* Rebalance nodes to exclusive switchesMartin Polden2020-10-161-1/+1
* Retire nodes on overcommited hostsValerij Fredriksen2020-09-111-6/+46
* Make final and pass in NodeList instead of NodeRepositoryValerij Fredriksen2020-09-111-1/+1
* Return failure when capacity problems cannot be mitigatedJon Bratseth2020-08-181-0/+3
* Emit QoS metric for all maintainersMartin Polden2020-07-161-3/+5
* Revert "Revert "From 0 to 1 spare""Jon Bratseth2020-06-231-3/+4
* Revert "From 0 to 1 spare"HÃ¥kon Hallingstad2020-06-231-4/+3
* Merge pull request #13676 from vespa-engine/bratseth/log-on-mitigationValerij Fredriksen2020-06-231-10/+16
|\
| * Log on mitigationJon Bratseth2020-06-231-10/+16
* | From 0 to 1 spareJon Bratseth2020-06-231-3/+4
|/
* No easy finding active nodesJon Bratseth2020-06-171-1/+1
* Use bitCountJon Bratseth2020-06-171-10/+1
* Less max iterations as each do more exporationJon Bratseth2020-06-171-5/+2
* Limit by iterations instead of depthJon Bratseth2020-06-171-51/+61
* MemoizeJon Bratseth2020-06-171-3/+77
* CleanupJon Bratseth2020-06-171-5/+1
* More testsJon Bratseth2020-06-171-3/+6
* Test SpareCapacityMaintainerJon Bratseth2020-06-171-7/+13
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-26/+179
* Refactor - no funcntional changesJon Bratseth2020-06-101-4/+29
* Nonfunctional changes onlyJon Bratseth2020-06-101-2/+3
* Spare capacity maintainenance skeletonJon Bratseth2020-06-091-0/+81