summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12650 from ↵Harald Musum2020-03-2016-73/+25
|\ | | | | | | | | vespa-engine/hmusum/remove-use-of-docker-image-override-feature-flag Stop using docker-image-override-flag
| * Stop using docker-image-override-flagHarald Musum2020-03-2016-73/+25
| | | | | | | | We will be using docker-image-repo instead
* | Merge pull request #12652 from vespa-engine/bratseth/deprovision-fixesJon Bratseth2020-03-209-28/+44
|\ \ | | | | | | Bratseth/deprovision fixes
| * | Correct commentJon Bratseth2020-03-201-1/+1
| | |
| * | Only move *tenant* hosts to deprovisionedJon Bratseth2020-03-201-1/+1
| | |
| * | Preserve only specific fields when reprovisioningJon Bratseth2020-03-209-27/+43
| | |
* | | Merge pull request #12648 from vespa-engine/bratseth/extremely-minor-changesJon Bratseth2020-03-202-2/+2
|\ \ \ | |/ / |/| | Minor non-functional changes
| * | Minor non-functional changesJon Bratseth2020-03-202-2/+2
| |/
* | Merge pull request #12641 from ↵Jon Bratseth2020-03-202-6/+21
|\ \ | |/ |/| | | | | vespa-engine/bratseth/deprovisioned-nodes-have-no-wants Clear wantToDeproivision and wantToRetire when deprovisioning.
| * Clear wantToDeproivision and wantToRetire when deprovisioningJon Bratseth2020-03-202-6/+21
| |
* | Merge pull request #12647 from vespa-engine/bratseth/autoscaling-tuningJon Bratseth2020-03-203-8/+8
|\ \ | | | | | | Bratseth/autoscaling tuning
| * | Account for skewed distributionJon Bratseth2020-03-201-1/+1
| | |
| * | Use memory metric which includes memory-mapped filesJon Bratseth2020-03-203-7/+7
| |/
* | Merge pull request #12640 from ↵Jon Bratseth2020-03-201-6/+7
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/nicer-autoscaling-logging-take-2 Bratseth/nicer autoscaling logging take 2.
| * | Revert "Merge pull request #12638 from ↵Jon Bratseth2020-03-201-6/+7
| |/ | | | | | | | | | | | | vespa-engine/revert-12637-bratseth/nicer-autoscaling-logging" This reverts commit cc659eb6a33016e412f89b797ea09b10fa4c5f3a, reversing changes made to 8934589f9d8455676f1ed5f0a2654df201b1bdba.
| * Revert "Bratseth/nicer autoscaling logging"Håkon Hallingstad2020-03-201-7/+6
| |
| * Nice autoscaling messageJon Bratseth2020-03-191-6/+7
| |
* | Update ↵Harald Musum2020-03-191-3/+2
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/restapi/v2/NodesResponse.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Fixes after code reviewHarald Musum2020-03-193-7/+7
| |
* | Serialize and deserialize docker image repoHarald Musum2020-03-194-28/+72
|/
* Merge branch 'master' into hmusum/builder-for-clusterspecHarald Musum2020-03-185-11/+14
|\
| * Log cluster spec when a cluster has too low redundancyHarald Musum2020-03-183-10/+10
| |
| * Don't move lsbe-dictionaries nodes. (#12594)Jon Bratseth2020-03-171-0/+1
| | | | | | | | | | | | | | * Don't move lsbe-dictionaries nodes * Correct typo Co-authored-by: Jon Bratseth <bratseth@verizonmedia.com>
| * Reduce log output from NodeMetricsDbMaintainerMartin Polden2020-03-171-1/+3
| |
* | Use two builder methods, request() and specification()Harald Musum2020-03-1721-67/+67
| | | | | | | | | | | | | | | | request() should be used when requesting a cluster, same as old static method called request(). specification() should be used when creating a clsuter spec for an existing cluster, same as old static method from(). specification() will throw an exception if some required fields are not set
* | Add builder for ClusterSpecHarald Musum2020-03-1722-168/+71
|/
* MergeJon Bratseth2020-03-161-1/+1
|\
| * Update ↵Jon Bratseth2020-03-161-1/+1
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/AutoscalingMaintainer.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | NicerJon Bratseth2020-03-161-13/+16
|/
* Only log once per hour per clusterJon Bratseth2020-03-161-7/+13
|
* More elaborate toStringJon Bratseth2020-03-161-3/+12
|
* Log cluster resources, scale once per clusterJon Bratseth2020-03-165-53/+50
|
* Merge pull request #12578 from ↵Valerij Fredriksen2020-03-167-32/+29
|\ | | | | | | | | vespa-engine/bratseth/metrics-timestamps-in-seconds Consume metrics timestamps in seconds not ms
| * Remove temporary testJon Bratseth2020-03-161-29/+0
| |
| * Consume metrics timestamps in seconds not msJon Bratseth2020-03-167-32/+58
| |
* | Go back to using cluster spec without docker image repo for infra appsHarald Musum2020-03-163-3/+3
| |
* | Use docker image repo in ClusterSpecHarald Musum2020-03-1629-76/+100
|/
* Update testsHarald Musum2020-03-132-7/+11
|
* Add more debug loggingJon Bratseth2020-03-116-21/+31
|
* Convert percentages to ratioJon Bratseth2020-03-119-18/+166
|
* memory.util -> mem.utilJon Bratseth2020-03-102-5/+5
|
* Merge pull request #12521 from vespa-engine/bratseth/deprovisioned-node-stateJon Bratseth2020-03-1030-302/+390
|\ | | | | Bratseth/deprovisioned node state
| * Don't change method nameJon Bratseth2020-03-0911-16/+16
| |
| * Remove hosts on awsJon Bratseth2020-03-091-1/+4
| |
| * Recycle deprovisioned nodes on provisionJon Bratseth2020-03-0921-50/+93
| |
| * Add deprovisioned stateJon Bratseth2020-03-0922-173/+230
| |
| * Simplify, no functional changesJon Bratseth2020-03-093-41/+26
| |
| * Simplify, no functional changesJon Bratseth2020-03-093-68/+68
| |
* | Revert "Remove inactive load balancers for combined cluster"Martin Polden2020-03-091-10/+1
| |
* | Merge pull request #12513 from vespa-engine/mpolden/content-combined-transitionJon Bratseth2020-03-091-0/+44
|\ \ | |/ |/| Avoid reallocation when transitioning between content and combined