summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #13057 from vespa-engine/bratseth/clear-outdated-suggestionsJon Bratseth2020-04-241-10/+21
|\ | | | | Clear outdated suggestions
| * Cleer outdated suggestionsJon Bratseth2020-04-241-10/+21
| |
* | Merge pull request #13054 from ↵Valerij Fredriksen2020-04-2413-85/+317
|\ \ | |/ |/| | | | | vespa-engine/bratseth/expose-application-info-rebased Bratseth/expose application info
| * Test application responsesJon Bratseth2020-04-246-6/+113
| |
| * Test applications responseJon Bratseth2020-04-243-3/+29
| |
| * Add application resource to rootJon Bratseth2020-04-242-1/+4
| |
| * Add nodes/v2/application pathsJon Bratseth2020-04-244-20/+15
| |
| * nodes/v2/application responses WIPJon Bratseth2020-04-235-62/+163
| |
* | Merge pull request #13012 from vespa-engine/bratseth/remove-dead-codeJon Bratseth2020-04-242-18/+0
|\ \ | |/ |/| Gc dead code
| * Gc dead codeJon Bratseth2020-04-222-18/+0
| |
* | Merge pull request #13032 from ↵Jon Bratseth2020-04-233-24/+52
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/dont-resize-retired-when-wantToRetire Allocate new nodes instead of unretire+resize
| * | Allocate new nodes instead of unretire+resizeJon Bratseth2020-04-233-24/+52
| | | | | | | | | | | | | | | When we have retired nodes of the wrong size and then set wantToRetire on existing nodes, allocate new nodes instead of unretiring old nodes and resizing them.
* | | Inline unnecessary methodMartin Polden2020-04-231-52/+48
| | |
* | | Rename lockConfig -> lockMartin Polden2020-04-234-18/+24
|/ /
* / Split suggesting and autoscalingJon Bratseth2020-04-2315-46/+290
|/
* Merge pull request #13010 from vespa-engine/bratseth/rebalance-allJon Bratseth2020-04-221-1/+0
|\ | | | | Rebalance all
| * Rebalance allJon Bratseth2020-04-221-1/+0
| |
* | Update ↵Jon Bratseth2020-04-221-2/+0
| | | | | | | | | | node-repository/src/test/java/com/yahoo/vespa/hosted/provision/persistence/ApplicationSerializerTest.java Co-Authored-By: Valerij Fredriksen <freva@users.noreply.github.com>
* | Remove applications on removeJon Bratseth2020-04-2212-55/+135
| |
* | CleanupJon Bratseth2020-04-212-54/+40
| |
* | Store application info in zkJon Bratseth2020-04-2115-137/+397
|/
* Merge pull request #12963 from ↵Valerij Fredriksen2020-04-201-3/+3
|\ | | | | | | | | vespa-engine/hmusum/use-DockerImage-instead-of-string-3 Use DockerImage instead of String, part 2
| * Use DockerImage instead of String, part 2Harald Musum2020-04-171-3/+3
| |
* | Merge pull request #12960 from ↵Jon Marius Venstad2020-04-172-9/+15
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/reduce-initial-maintainer-delay Reduce initial maintainer delay in controller
| * | Apply suggestions from code reviewJon Marius Venstad2020-04-171-1/+1
| | |
| * | Inline variablesJon Marius Venstad2020-04-171-2/+1
| | |
| * | Used named threads in maintainersJon Marius Venstad2020-04-171-1/+1
| | |
| * | Reduce initial delay of config server maintainers tooJon Marius Venstad2020-04-172-7/+14
| | |
* | | Merge pull request #12951 from vespa-engine/bratseth/dont-resize-retiredValerij Fredriksen2020-04-173-29/+85
|\ \ \ | |_|/ |/| | Don't resize retired nodes
| * | Test that we don't resize retired nodesJon Bratseth2020-04-173-5/+33
| | |
| * | Test halving resources and doubling size scenarioJon Bratseth2020-04-171-16/+35
| | |
| * | Prefer to unretire nodes we don't want to retireJon Bratseth2020-04-171-4/+8
| | |
| * | Allow resizing a node coming out of retirementJon Bratseth2020-04-161-7/+12
| | |
| * | Don't resize retired nodesJon Bratseth2020-04-161-1/+1
| | |
* | | Merge pull request #12934 from ↵Martin Polden2020-04-172-1/+9
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjormel/deprovisioned-with-empty-IP-address Unset IP addresses on deprovisioning
| * | | Testing for reset of IP ConfigBjorn Meland2020-04-161-0/+6
| | | |
| * | | Removed unnecessary methodBjorn Meland2020-04-162-5/+1
| | | |
| * | | Unset IP addresses on deprovisioningBjorn Meland2020-04-152-1/+7
| | |/ | |/|
* | | Fallback to deduce size againJon Bratseth2020-04-171-2/+2
| | | | | | | | | | | | | | | Move cluster size validation to Capacity: We may reason about illegal sizes but not request them.
* | | Use DockerImage instead of String in HostSpecHarald Musum2020-04-161-3/+1
| |/ |/|
* | Don't deduce resourcesJon Bratseth2020-04-161-2/+2
| |
* | Revert "Take same lock as config server when modifying nodes"Harald Musum2020-04-154-82/+64
| |
* | Inline unnecessary methodMartin Polden2020-04-151-45/+41
| |
* | Lock nodes when rewritingMartin Polden2020-04-151-5/+9
| |
* | Take both old and new lock during migrationMartin Polden2020-04-151-4/+16
| |
* | Rename lockConfig -> lockMartin Polden2020-04-154-18/+24
|/
* Only allow allocating to active hosts in non-AWS zonesValerij Fredriksen2020-04-147-22/+33
|
* Merge pull request #12904 from vespa-engine/mpolden/config-lockJon Bratseth2020-04-145-35/+70
|\ | | | | Hold config lock when modifying load balancers
| * Acquire lock through CuratorMartin Polden2020-04-141-11/+2
| |
| * Hold config lock when modifying load balancersMartin Polden2020-04-144-24/+68
| |