aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/ScalingSuggestionsMaintainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove scaling suggestion replaced by listOla Aunronning2024-03-151-2/+1
|
* Added comment, TODO, and better namingOla Aunronning2024-01-241-3/+3
|
* Store multiple resource suggestionsOla Aunronning2024-01-121-8/+18
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Shut down super-lengthy maintainers fasterjonmv2023-08-221-0/+2
|
* maintainer success factor baseline deviationbjormel2023-03-291-1/+1
|
* Move AutoscalingStatus content into AutoscalingJon Bratseth2022-12-291-14/+7
|
* Use Autoscaling in place of AdviceJon Bratseth2022-12-291-2/+2
|
* Get rid of Advice.presentJon Bratseth2022-12-291-11/+15
|
* Fold AutoscaqlingStatus into AutoscalingJon Bratseth2022-12-291-1/+4
|
* Introduce Autoscsaling result objectJon Bratseth2022-12-131-5/+6
|
* Move application lock to ApplicationsValerij Fredriksen2022-10-271-1/+1
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Could failures correctlyJon Bratseth2021-06-181-11/+7
|
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-061-4/+7
| | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-041-7/+4
|
* Return success factorJon Bratseth2021-06-041-4/+7
|
* Refactor: Let the node repo own the metrics dbJon Bratseth2021-03-221-2/+1
|
* Add groupingBy to AbstractFilteringListMartin Polden2021-03-161-7/+4
|
* Count empty advice as successJon Bratseth2021-02-221-1/+1
|
* Consider global read taffic share in vcpu targetJon Bratseth2021-02-181-1/+1
|
* Pass and store traffic fractionsJon Bratseth2021-02-181-1/+1
|
* 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
|
* Suggest only when usefulJon Bratseth2021-01-191-4/+6
| | | | | | | | - Closes a loophole where the suggestion made will be lower than the current allocation if the current allocation is the max need observed over the last week. - Since we now store the suggestion even if it is current we check at read time whether to suggest, and then also refrain from making suggestions inside the autoscaling interval.
* Set suggestion to highest oberved over a weekJon Bratseth2021-01-181-1/+10
| | | | | Since suggestions are consumed by humans they should change on the time scale of human decision making.
* Add timestamp to suggestionsJon Bratseth2021-01-151-6/+7
|
* Record scaling event completionJon Bratseth2020-12-031-2/+3
|
* Distinguish between "no opinion" and "keep current allocation"Jon Bratseth2020-11-041-2/+3
| | | | | This is necessary when multiple config servers runs autoscaling in parallel and redeployment takes along time.
* Continue suggesting on lock failureJon Bratseth2020-10-231-11/+19
|
* Create MetricsDb interfaceJon Bratseth2020-10-221-2/+2
|
* Wait only a short time for the lockHarald Musum2020-09-231-1/+2
|
* Emit QoS metric for all maintainersMartin Polden2020-07-161-5/+8
|
* Revert "Merge pull request #13131 from ↵Jon Bratseth2020-05-021-2/+1
| | | | | | | vespa-engine/revert-13128-bratseth/allow-non-allocatable-limits-take-2" This reverts commit 78d7d808067a9189960f3cc2ad83237ba00efec5, reversing changes made to e1d09983f5e952f44358ae5b247e5b76b2898d82.
* Revert "Bratseth/allow non allocatable limits take 2"Harald Musum2020-05-011-1/+2
|
* Revert "Merge pull request #13125 from ↵Jon Bratseth2020-04-301-2/+1
| | | | | | | vespa-engine/revert-13114-bratseth/allow-non-allocatable-limits" This reverts commit f3c67d39861da9138f2948998435d502008442c8, reversing changes made to 48ff6fe2efd6901796a9b8a0ceb8161232bcea15.
* Revert "Bratseth/allow non allocatable limits"Håkon Hallingstad2020-04-301-1/+2
|
* Merge branch 'master' into bratseth/allow-non-allocatable-limitsJon Bratseth2020-04-301-2/+1
|\
| * Use vespajlib maintenance package in node-repositoryMartin Polden2020-04-291-2/+1
| |
* | Pull HostResourcesCalculator into NodeRepositoryJon Bratseth2020-04-271-2/+1
|/
* Clear outdated target and cleanupJon Bratseth2020-04-241-6/+3
|
* Cleer outdated suggestionsJon Bratseth2020-04-241-10/+21
|
* Split suggesting and autoscalingJon Bratseth2020-04-231-0/+74