aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeMover.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename method to reflect better what it actually returnsHarald Musum2023-07-031-3/+3
* Move parent-child cache to NodeListMartin Polden2023-01-131-6/+5
* Do not offer node moves to reserved hostsMartin Polden2022-02-111-0/+2
* Log switch moveMartin Polden2021-12-081-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Parent is optionalHenning Baldersheim2021-09-291-1/+1
* Precompute host -> children mapping as it is frequently used and expensive to...Henning Baldersheim2021-09-291-6/+7
* Compute capacity once for each host, instead of once per host per node.Henning Baldersheim2021-09-281-5/+23
* Revert "Precompute host resources to avoid redoing it on every compare during...HÃ¥kon Hallingstad2021-09-281-22/+4
* Compute capacity once for each host, instead of once per host per node.Henning Baldersheim2021-09-281-4/+22
* Always account for available IP addresses when checking capacityMartin Polden2021-08-201-1/+1
* Shuffle node movesMartin Polden2021-02-231-1/+8
* Avoid suggesting node moves to sparesMartin Polden2021-02-181-0/+3
* Prevent node movers from increasing skewMartin Polden2021-02-151-4/+4
* 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
* Rebalance nodes to exclusive switchesMartin Polden2020-10-161-0/+78