summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Avoid reallocation when transitioning between content and combinedMartin Polden2020-03-091-0/+44
| |
* | Avoid building lots of ApplicationInstancesHåkon Hallingstad2020-03-085-28/+58
| | | | | | | | | | | | Avoid building a full ApplicationInstance for each node... - for all nodes in the node repo when reporting metrics repo every minute, and - for all nodes in any /nodes/v1/node response
* | Correct javadocJon Bratseth2020-03-061-1/+0
| |
* | More debug loggingJon Bratseth2020-03-061-3/+11
| |
* | Filter out tester appsJon Bratseth2020-03-061-2/+4
|/
* Merge pull request #12435 from vespa-engine/bratseth/handle-remote-diskJon Bratseth2020-03-0514-118/+195
|\ | | | | Bratseth/handle remote disk
| * Always adjust to legalJon Bratseth2020-03-051-4/+4
| |
| * Don't wrap ClusterResourcesJon Bratseth2020-03-056-33/+46
| |
| * Use real resources when computing current usageJon Bratseth2020-03-053-7/+10
| |
| * SimplifyJon Bratseth2020-03-051-1/+1
| |
| * Always track both real and advertised resourcesJon Bratseth2020-03-0510-32/+74
| |
| * SimplifyJon Bratseth2020-03-041-1/+1
| |
| * SimplifyJon Bratseth2020-03-042-15/+5
| |
| * SimplifyJon Bratseth2020-03-041-12/+9
| |
| * Use advertised resources when making allocationsJon Bratseth2020-03-046-53/+76
| |
| * Remove printlnJon Bratseth2020-03-041-1/+0
| |
| * Handle remote diskJon Bratseth2020-03-043-8/+18
| |
* | Close lock on exception in MaintenanceDeploymentHåkon Hallingstad2020-03-051-2/+10
| |
* | Merge pull request #12432 from vespa-engine/mpolden/expire-lbs-combinedMartin Polden2020-03-041-1/+10
|\ \ | |/ |/| Remove inactive load balancers for combined cluster
| * Remove inactive load balancers for combined clusterMartin Polden2020-03-041-1/+10
| | | | | | | | | | This is necessary to clean up inactive load balancers that exist for combined clusters with wrong ID (content ID instead of container ID).
* | Tolerate no redundancyJon Bratseth2020-03-041-7/+11
|/
* Add some debug loggingJon Bratseth2020-03-032-3/+15
|
* Merge pull request #12398 from vespa-engine/mpolden/combined-idJon Marius Venstad2020-03-0322-77/+100
|\ | | | | Always use container cluster ID as cluster ID for load balancers
| * Always use container ID as cluster ID for load balancersMartin Polden2020-03-022-7/+29
| |
| * Add combined ID to ClusterSpecMartin Polden2020-03-0221-71/+72
| |
* | Moved to more specific methods on ServiceMonitorHåkon Hallingstad2020-02-283-11/+4
|/
* Add node from request lastHarald Musum2020-02-271-1/+2
|
* Only get list of nodes when actually neededHarald Musum2020-02-272-17/+14
| | | | | Use a supplier and get list of nodes only when needed (when wanting to retire a node). This should improve performance for all other patch requests.
* Create MaintenanceDeployment in try-with-resourcesJon Marius Venstad2020-02-271-8/+9
|
* Include non-provided dependencyJon Bratseth2020-02-261-0/+6
|
* Revert "Merge pull request #12351 from ↵Jon Bratseth2020-02-2631-33/+1619
| | | | | | | vespa-engine/revert-11875-bratseth/node-metrics" This reverts commit 37f6c5b31cb2809a54c34dc3a4e51307f3320fbd, reversing changes made to 76221d0b9b7bda577ac61ce8a79c7b6ee3a8dbb4.
* Revert "Bratseth/node metrics"Harald Musum2020-02-2631-1619/+33
|
* More readable codeJon Bratseth2020-02-262-17/+7
|
* Merge branch 'bratseth/node-metrics' of github.com:vespa-engine/vespa into ↵Jon Bratseth2020-02-261-1/+1
|\ | | | | | | bratseth/node-metrics
| * Update ↵Jon Bratseth2020-02-261-1/+1
| | | | | | | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/autoscale/ResourceIterator.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Non-functional fixesJon Bratseth2020-02-263-4/+4
|/
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-253-3/+49
|\