summaryrefslogtreecommitdiffstats
path: root/node-repository/src/main
Commit message (Expand)AuthorAgeFilesLines
* Rename back to HostName, and merge the value class and utilitiesJon Marius Venstad2022-03-312-4/+4
* Move HostName -> Hostnames, and DomainName and Hostname to com.yahoo.netJon Marius Venstad2022-03-312-3/+4
* Merge pull request #21770 from vespa-engine/mpolden/remove-unused-lb-serviceMartin Polden2022-03-231-44/+0
|\
| * Remove unused PassthroughLoadBalancerServiceMartin Polden2022-03-221-44/+0
* | Merge pull request #21772 from vespa-engine/freva/simplify-shared-lbsValerij Fredriksen2022-03-236-33/+8
|\ \
| * | Simplify shared load balancer serviceValerij Fredriksen2022-03-226-33/+8
| |/
* / Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-234-15/+28
|/
* Handle architecture in CapacityCheckerHarald Musum2022-03-211-7/+9
* Merge pull request #21739 from vespa-engine/hmusum/specify-architecture-for-d...Arnstein Ressem2022-03-181-2/+6
|\
| * Specify architecture for default node resources for admin clustersHarald Musum2022-03-181-2/+6
* | Consider architecture when calculating with NodeResourcesHarald Musum2022-03-185-12/+12
|/
* Add ProvisionedHost gettersValerij Fredriksen2022-03-112-24/+12
* Sort on node stats on secondary fields for consistent unit test resultsJon Marius Venstad2022-03-081-1/+6
* Use architecture in more places in node repoHarald Musum2022-03-036-8/+13
* Ignore architecture when adding or subtracting NodeResourcesHarald Musum2022-03-022-7/+2
* Support architecture in node repositoryHarald Musum2022-02-282-2/+25
* Use flag source ref from node repoJon Bratseth2022-02-271-3/+3
* Reuse node indexesJon Bratseth2022-02-253-9/+16
* Use enum as parameter typeHarald Musum2022-02-252-13/+17
* Add architeecture to node repo rest apiHarald Musum2022-02-245-19/+79
* Merge pull request #21331 from vespa-engine/bratseth/out-of-capacityJon Marius Venstad2022-02-235-19/+20
|\
| * Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-235-19/+20
* | Always park deprovisioning infrastructure nodeMartin Polden2022-02-231-1/+1
* | Revert "Retry deprovisioning if child is un-retired"Martin Polden2022-02-232-20/+7
|/
* Remove deprovisioning child node when readiedMartin Polden2022-02-221-1/+7
* Retry deprovisioning if child is un-retiredMartin Polden2022-02-212-6/+13
* Do not offer node moves to reserved hostsMartin Polden2022-02-111-0/+2
* Merge pull request #21141 from vespa-engine/mpolden/update-aclMartin Polden2022-02-111-2/+1
|\
| * Stop trusting port 4080 on proxy nodesMartin Polden2022-02-111-2/+1
* | Park hosts with high fail countMartin Polden2022-02-111-3/+11
|/
* Do not allocate nodes to suspended hostsValerij Fredriksen2022-02-033-17/+21
* Add Orchestrator to NodeRepositoryValerij Fredriksen2022-02-036-23/+19
* Make Nodes::canAllocateTenantNodeTo non-staticValerij Fredriksen2022-02-034-14/+16
* Fix potential NPEValerij Fredriksen2022-02-031-1/+1
* Merge pull request #21006 from vespa-engine/mpolden/consider-newly-activeJon Bratseth2022-02-014-21/+25
|\
| * Configure load balancer with nodes that will become activeMartin Polden2022-02-014-21/+25
* | Close the futureJon Bratseth2022-01-311-5/+8
* | Add method for issuing a query and waiting for it to be executedHarald Musum2022-01-311-2/+10
|/
* Merge pull request #20938 from vespa-engine/bratseth/modular-profilesJon Bratseth2022-01-261-1/+1
|\
| * No functional changesJon Bratseth2022-01-251-1/+1
* | Increase down grace time while nodes are suspendedJon Bratseth2022-01-253-30/+44
* | No functional changesJon Bratseth2022-01-251-48/+50
|/
* Move retired nodes to dirty if wantToDeprovisionValerij Fredriksen2022-01-201-0/+1
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-172-5/+5
* Merge pull request #20820 from vespa-engine/hakonhall/remove-dev-systemMartin Polden2022-01-175-11/+0
|\
| * Remove dev systemHåkon Hallingstad2022-01-145-11/+0
* | Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-142-2/+2
|/
* Increase warmup durationJon Bratseth2022-01-123-3/+3
* Read only relevant states when state filter is presentMartin Polden2022-01-125-71/+92
* Merge pull request #20775 from vespa-engine/mpolden/read-onceHarald Musum2022-01-121-5/+5
|\