summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Add flag for whether to use application in MaintenanceDeploymentHarald Musum2021-09-161-1/+7
|
* Allow underscores in archive URIValerij Fredriksen2021-09-162-2/+5
|
* Dirty all nodes on application removalValerij Fredriksen2021-09-153-13/+9
|
* Merge pull request #19097 from ↵Harald Musum2021-09-143-10/+23
|\ | | | | | | | | vespa-engine/hakon/support-starting-with-unknown-service-status Support having services in status UNKNOWN at cfg boot
| * Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-133-10/+23
| |
* | Fix testValerij Fredriksen2021-09-101-7/+8
| |
* | Transition directly to dirty in CD or non-PROD zonesValerij Fredriksen2021-09-102-1/+22
|/
* Do not pass exclusive when calculating real resourcesValerij Fredriksen2021-09-0712-28/+18
|
* Expose real node resourcesValerij Fredriksen2021-09-0735-41/+44
|
* Fix javadoc syntax.Arnstein Ressem2021-08-261-1/+1
|
* Remove unused constantMartin Polden2021-08-231-3/+0
|
* Merge pull request #18802 from vespa-engine/mpolden/fix-capacity-checkJon Bratseth2021-08-206-36/+65
|\ | | | | Always account for available IP addresses when checking capacity
| * Always account for available IP addresses when checking capacityMartin Polden2021-08-206-36/+65
| |
* | Require budget fieldMartin Polden2021-08-191-3/+1
| |
* | Stop writing empty hostname fieldMartin Polden2021-08-191-2/+1
|/
* Log reason for redeploymentHåkon Hallingstad2021-08-183-41/+46
|
* Remove unused methodHåkon Hallingstad2021-08-171-11/+0
|
* Simplify condition for triggering routing redeployHåkon Hallingstad2021-08-171-7/+3
|
* Trigger redeployment of hosted-vespa.routing if there are any ready proxy nodesHåkon Hallingstad2021-08-172-12/+43
|
* Remove unnecessary codeHåkon Hallingstad2021-08-161-6/+0
|
* Update ↵Håkon Hallingstad2021-08-161-3/+0
| | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/NodeFailer.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Do not fail ready nodes w/o recent config requestsHåkon Hallingstad2021-08-165-114/+65
| | | | | | This code was used to support non-Docker tenant hosts, but now only affects ready cfg and proxy containers which may not even exist and cannot possibly issue config requests (when in ready).
* No longer ignore proxyhost with max-encrypting-hostsHåkon Hallingstad2021-08-132-5/+4
|
* Merge pull request #18486 from vespa-engine/bratseth/gc-in-sql-reapplyJon Bratseth2021-08-122-34/+19
|\ | | | | Use SQL to gc
| * Use SQL to gcJon Bratseth2021-06-302-34/+19
| |
* | Upgrade QuestDb to 6.0.4Jon Bratseth2021-08-112-2/+2
| |
* | Set exclusiveToClusterType when creating provisioned host Node instanceValerij Fredriksen2021-07-271-6/+17
| |
* | Pass cluster type to HostProvisionerValerij Fredriksen2021-07-275-7/+15
| |
* | Make sure exclusiveToClusterType is respected in allocation codeValerij Fredriksen2021-07-273-4/+36
| |
* | Expose exclusiveToClusterType in /nodes/v2 APIValerij Fredriksen2021-07-273-3/+12
| |
* | Add exclusiveToClusterType to NodeValerij Fredriksen2021-07-2713-48/+88
| |
* | Add clusterType to SharedHost/HostResourcesValerij Fredriksen2021-07-271-4/+4
| |
* | Remove fail count check when recycling nodesMartin Polden2021-07-201-9/+1
| |
* | Account for groups when deciding if node is replacementMartin Polden2021-07-153-9/+39
| |
* | Document how to use RealDataScenarioTestMartin Polden2021-07-151-5/+16
| |
* | Revert "Do not use serializable NodeRepositoryNode internally in controller"Harald Musum2021-07-141-0/+3
| |
* | Remove unused constantMartin Polden2021-07-131-3/+0
| |
* | Merge pull request #18584 from vespa-engine/musum/cleanup-ConfigCurator-1Harald Musum2021-07-122-2/+2
|\ \ | | | | | | Cleanup Curator and ConfigCurator usage [run-systemtest]
| * | Update after API changesHarald Musum2021-07-092-2/+2
| | |
* | | Log failing SQL statementMartin Polden2021-07-121-0/+3
|/ /
* | Detect exclusive host when calculating real resourcesMartin Polden2021-07-081-1/+5
| |
* | Enable ignored testMartin Polden2021-07-061-19/+14
| |
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-4/+6
| |
* | Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+4
| |
* | Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-4/+6
| |
* | Prefer local disk on content clustersJon Bratseth2021-07-022-4/+38
| |
* | Use getAndSetJon Bratseth2021-07-011-2/+1
| |
* | Use closed boolean and cleanupJon Bratseth2021-07-012-32/+24
| |
* | Use a resourcepool instead of thread locals.Henning Baldersheim2021-06-301-10/+21
| |
* | - Ensure that the engine is not accessible after it has been closed.Henning Baldersheim2021-06-301-14/+21
|/ | | | - Also protect against multiple close.