aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* CleanupJon Bratseth2022-07-181-4/+0
|
* Use fixtureJon Bratseth2022-07-182-33/+33
|
* Use fixture and handle just 1 nodeJon Bratseth2022-07-183-17/+12
|
* Use fixtureJon Bratseth2022-07-181-56/+42
|
* Use fixtureJon Bratseth2022-07-183-47/+47
|
* Use fixtureJon Bratseth2022-07-183-32/+22
|
* Use fixtureJon Bratseth2022-07-183-43/+37
|
* Use fixtureJon Bratseth2022-07-171-25/+8
|
* Use fixtureJon Bratseth2022-07-171-17/+12
|
* Use fixtureJon Bratseth2022-07-172-18/+19
|
* Use fixtureJon Bratseth2022-07-171-22/+19
|
* Use fixtureJon Bratseth2022-07-173-19/+23
|
* Use fixtureJon Bratseth2022-07-171-17/+12
|
* Use fixtureJon Bratseth2022-07-172-31/+20
|
* Use fixtureJon Bratseth2022-07-171-15/+6
|
* Use fixtureJon Bratseth2022-07-171-15/+8
|
* Use fixtureJon Bratseth2022-07-171-39/+30
|
* Use fixtureJon Bratseth2022-07-171-27/+14
|
* Use fixtureJon Bratseth2022-07-173-58/+88
|
* Use fixtureJon Bratseth2022-07-171-42/+22
|
* Introduce fixtureJon Bratseth2022-07-179-95/+194
|
* Find current load more reliablyJon Bratseth2022-07-142-4/+17
|
* Make smaller resource changesJon Bratseth2022-07-141-1/+1
|
* No functional changesJon Bratseth2022-07-145-8/+17
|
* Always include deferOsUpgrade field for hostsMartin Polden2022-07-1314-3/+16
|
* Merge pull request #23474 from ↵Håkon Hallingstad2022-07-121-1/+1
|\ | | | | | | | | vespa-engine/hakonhall/run-nodefailer-every-3m-instead-of-5m Run NodeFailer every 3m instead of 5m
| * Run NodeFailer every 3m instead of 5mHåkon Hallingstad2022-07-121-1/+1
| |
* | Add total cost to statsJon Bratseth2022-07-124-9/+35
| |
* | Allow failed node to be deprovisionedMartin Polden2022-07-122-3/+6
| |
* | Node with allocation must be parked to allow deprovisioningMartin Polden2022-07-122-23/+48
| |
* | Reapply "Allow deprovision of parked host & node w/alloc when node has ↵Martin Polden2022-07-122-1/+20
|/ | | | | | wantToDeprovision" This reverts commit d097cb3bf2808bb05f2dc4fc2e7cf771246ba1a9.
* Only use wantToFail just before activateHåkon Hallingstad2022-07-111-5/+10
|
* Revert "Revert "Avoid the host lock while failing the children""Håkon Hallingstad2022-07-112-51/+71
|
* Revert "Avoid the host lock while failing the children"Håkon Hallingstad2022-07-112-71/+51
| | | | This reverts commit 2cdaef56e18ace2ee2269d28f959f5a534bd68ee.
* Revert update of commentHåkon Hallingstad2022-07-111-2/+2
|
* Merge pull request #23440 from ↵v8.15.63Harald Musum2022-07-081-2/+2
|\ | | | | | | | | vespa-engine/hakonhall/define-main-chain-graph-flag Define main-chain-graph flag
| * Define main-chain-graph flagHåkon Hallingstad2022-07-081-2/+2
| |
* | Reduce scope of unallocated lock and avoid deadlockMartin Polden2022-07-081-21/+15
| | | | | | | | | | | | Before this change a call to `failOrMarkRecursively` could cause a deadlock because we would then take the application lock while holding unallocatedLock, but a deployment (e.g. by `InfrastructureProvisioner`) does the opposite.
* | Add deferOsUpgrade field to node responseMartin Polden2022-07-083-6/+16
| |
* | Limit grace period to RetiringOsUpgraderMartin Polden2022-07-088-62/+28
| |
* | Add a grace period before upgrading new nodesJon Bratseth2022-07-0710-6/+72
|/
* Avoid the host lock while failing the childrenHåkon Hallingstad2022-07-052-51/+71
|
* Autoscaling should happen within 5 minutesJon Bratseth2022-07-051-1/+1
|
* Merge pull request #23345 from ↵Harald Musum2022-07-041-1/+1
|\ | | | | | | | | vespa-engine/hmusum/use-correct-agent-when-failing-nodes Use correct agent when failing nodes
| * Use correct agent when failing nodesHarald Musum2022-07-041-1/+1
| |
* | Update javadoc and reduce log levelHarald Musum2022-07-041-3/+4
|/
* Reuse fully retired nodes fasterMartin Polden2022-06-2816-94/+137
|
* Update default list pricesØyvind Grønnesby2022-06-241-9/+9
|
* Merge pull request #23164 from vespa-engine/hmusum/add-getActivatedTimeJon Bratseth2022-06-201-1/+1
|\ | | | | Use getActivatedTime() for last deployed time for an app [run-systemtest]
| * Add getActivatedTime() for a sessionHarald Musum2022-06-201-1/+1
| | | | | | | | | | | | Use getActivatedTime() instead of getCreatedTime in lastDeployTime(). getCreatedTime() gives time a new session was created, not when it was activated, which is what we usually want.