aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Put back println statementJon Bratseth2021-12-101-0/+1
|
* Merge branch 'master' into bratseth/ignore-warmup-periodJon Bratseth2021-12-0910-100/+171
|\
| * Merge branch 'master' into bratseth/container-disk-utilizationJon Bratseth2021-12-097-82/+144
| |\
| | * Don't propagate unspecified resourcesJon Bratseth2021-12-084-1/+39
| | |
| | * Revert "Revert "Bratseth/apply policies to limits""Jon Bratseth2021-12-086-83/+107
| | | | | | | | | | | | This reverts commit c7bb123f273952b8a35e01b2fb4861bc798b3b70.
| * | Increase container ideal disk utilizationJon Bratseth2021-12-095-18/+27
| |/
| * Don't adjust to capacity policy for nowJon Bratseth2021-12-071-2/+2
| |
* | Merge branch 'master' into bratseth/ignore-warmup-periodJon Bratseth2021-12-066-106/+82
|\|
| * Revert "Bratseth/apply policies to limits"Jon Bratseth2021-12-036-106/+82
| |
* | Ignore warmup periodJon Bratseth2021-12-066-95/+140
|/
* SimplifyJon Bratseth2021-12-024-52/+56
|
* Test autoscaling where capacity policies move target outside limitsJon Bratseth2021-12-024-30/+50
|
* Read id field when patching or adding nodesMartin Polden2021-12-012-11/+11
|
* Put node ID in the ID fieldMartin Polden2021-12-0131-32/+32
|
* Revert "Merge pull request #20302 from ↵Jon Bratseth2021-12-017-68/+140
| | | | | | | vespa-engine/revert-20298-bratseth/autoscaling-in-dev" This reverts commit aa3ffac0caaba2c60fabc585be8376cfe132c17d, reversing changes made to 318edd10866b25b06419ed6069227eafbe63d685.
* Revert "Account for capacity policies when autoscaling"Harald Musum2021-11-307-140/+68
|
* Account for capacity policies when autoscalingJon Bratseth2021-11-307-68/+140
|
* Cleanup: No functional changesJon Bratseth2021-11-301-0/+3
|
* Revert "Reduce min memory from 4 to 2 Gb"Kristian Aune2021-11-093-6/+6
|
* Use VIP hostname in SharedLoadBalancerServiceMartin Polden2021-11-081-2/+2
|
* Merge pull request #19761 from vespa-engine/bratseth/reduce-min-memory-to-2Valerij Fredriksen2021-10-283-6/+6
|\ | | | | Reduce min memory from 4 to 2 Gb
| * Reduce min memory from 4 to 2 GbJon Bratseth2021-10-273-6/+6
| |
* | Update 2020 Oath copyrights.gjoranv2021-10-277-7/+7
| |
* | Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
|/
* Avoid nested locks in NodePatcherMartin Polden2021-10-261-1/+1
|
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
|
* Merge pull request #19576 from vespa-engine/mpolden/remove-host-encrypterMartin Polden2021-10-152-201/+0
|\ | | | | Remove HostEncrypter
| * Remove HostEncrypterMartin Polden2021-10-152-201/+0
| |
* | Remove dead codeMartin Polden2021-10-151-28/+0
|/
* Stop reading container images from ZKMartin Polden2021-10-147-49/+54
|
* Remove unused image replacement logicMartin Polden2021-10-141-23/+0
|
* Scale *down* only if it saves cost meaningfullyJon Bratseth2021-10-071-2/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-0735-35/+35
|
* Update 2018 copyright notices.gjoranv2021-10-079-9/+9
|
* Update 2017 copyright notices.gjoranv2021-10-0722-22/+22
|
* Remove deprecated allowedToBeDown metricHåkon Hallingstad2021-10-011-1/+0
|
* Remove allowedToBeDown from node responseHåkon Hallingstad2021-09-3021-21/+0
|
* Allow in-place resize for non-content nodes when decreasing resources and ↵Valerij Fredriksen2021-09-291-15/+12
| | | | increasing cluster size
* Ignore benchmark testHarald Musum2021-09-291-0/+2
|
* Add warmupHenning Baldersheim2021-09-281-0/+4
|
* Add micro benchmark of finding children of a hostHarald Musum2021-09-281-0/+100
|
* Merge pull request #19246 from vespa-engine/mortent/persist-host-truststoreMartin Polden2021-09-232-0/+31
|\ | | | | persist host truststore information in node repository
| * Set -> ListMorten Tokle2021-09-231-2/+2
| |
| * Ignore empty truststoreMorten Tokle2021-09-231-1/+1
| |
| * Persist trust store in node repoMorten Tokle2021-09-222-0/+31
| |
* | Avoid unknown service status on suspended hostHåkon Hallingstad2021-09-231-6/+1
|/ | | | | Avoid throwing unknown-service-status suspension denial, if the service is on a host which is suspended: In that case the status is effectively down.
* Allow underscores in archive URIValerij Fredriksen2021-09-161-1/+4
|
* Dirty all nodes on application removalValerij Fredriksen2021-09-152-9/+7
|
* Merge pull request #19097 from ↵Harald Musum2021-09-141-9/+19
|\ | | | | | | | | vespa-engine/hakon/support-starting-with-unknown-service-status Support having services in status UNKNOWN at cfg boot
| * Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-131-9/+19
| |