aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that combined load balancer is not expired too earlyMartin Polden2024-02-291-8/+9
|
* Merge pull request #30430 from ↵Martin Polden2024-02-281-44/+98
|\ | | | | | | | | vespa-engine/hmusum/add-test-showing-failure-when-deprovisioning-load-balancer-when-using-combined-cluster Add test showing that load balancer might be removed erroneously for …
| * Add test showing that load balancer might be removed erroneously for ↵Harald Musum2024-02-281-44/+98
| | | | | | | | | | | | | | | | combined cluster Looks like load balancer refer to container cluster, whereas LoadBalancerExpirer should check for the actual activated nodes used, which are the nodes in the content cluster for combined cluster
* | Avoid expiring failed host with children to dirtyHåkon Hallingstad2024-02-281-0/+40
|/
* Empty exclusive host metric considers deallocation timeOla Aunronning2024-02-261-0/+8
|
* update metric name in testbjormel2024-02-051-1/+1
|
* Merge pull request #29882 from vespa-engine/olaa/multiple-resourcesMartin Polden2024-01-256-7/+76
|\ | | | | Store multiple resource suggestions
| * Store multiple resource suggestionsOla Aunronning2024-01-126-7/+76
| |
* | Add additional fields to application responseMartin Polden2024-01-242-0/+4
| | | | | | | | | | Controller needs to know this information when calculating cost. Today it lists all nodes in the zone (multiple times) to get the information, which is slow.
* | Consider group membership when retiring host for OS upgradeMartin Polden2024-01-221-4/+69
|/
* Reset downtime at resume, 2. tryHåkon Hallingstad2024-01-103-28/+100
|
* Revert "Reset downtime at resume"Harald Musum2024-01-063-100/+28
|
* Reset downtime at resumeHåkon Hallingstad2024-01-053-28/+100
|
* Create version cache onceMartin Polden2024-01-021-2/+5
|
* Skip upgrade when OS version is unavailableMartin Polden2023-12-291-10/+34
|
* Expose GPU load in nodes APIMartin Polden2023-12-203-12/+36
|
* Store GPU metrics and load separatelyMartin Polden2023-12-2010-46/+51
|
* Revert "Expose GPU load in nodes API"Harald Musum2023-12-1913-87/+58
|
* Expose GPU load in nodes APIMartin Polden2023-12-193-12/+36
|
* Store GPU metrics and load separatelyMartin Polden2023-12-1910-46/+51
|
* Emit metric counting autoscale eventsMartin Polden2023-12-112-3/+9
|
* Remove unused parametersMartin Polden2023-12-081-1/+0
|
* Let distributor metric decide cluster stabilityMartin Polden2023-12-061-1/+20
|
* Merge pull request #29473 from vespa-engine/mpolden/idempotent-bootstrapMartin Polden2023-11-272-1/+2
|\ | | | | Ensure that nodes do not change on bootstrap deployment
| * Ensure that nodes do not change on bootstrap deploymentMartin Polden2023-11-272-1/+2
| |
* | Merge pull request #29449 from ↵Henning Baldersheim2023-11-241-3/+2
|\ \ | |/ |/| | | | | vespa-engine/balder/keep-jackson-objectmapper-construction-in-a-common-place jackson 2.16 changes some of its default settings so we consolidate o…
| * Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
| |
| * jackson 2.16 changes some of its default settings so we consolidate our use ↵Henning Baldersheim2023-11-231-3/+2
| | | | | | | | | | | | of the ObjectMapper. Unless special options are used, use a common instance, or create via factory metod.
* | exclusive nodes not counted as empty with child in any statebjormel2023-11-231-0/+6
|/
* Remove unused argumentjonmv2023-11-201-3/+3
|
* Move id seed to LoadBalancerjonmv2023-11-205-13/+14
|
* Make idSeed mandatoryjonmv2023-11-205-13/+16
|
* Unit test for pre-provisioning of LBsjonmv2023-11-101-0/+38
|
* exclusive-provisioning and make-exclusive has rolled outHåkon Hallingstad2023-11-101-1/+0
|
* Update maintenance.json for testjonmv2023-11-101-3/+6
|
* Pre-provision load balancers, and use for appsjonmv2023-11-103-11/+12
|
* Support an ID seed for LB resource ID hashesjonmv2023-11-082-23/+29
|
* Revert "Evaluate flags referenced multiple times at the start of prepare"Håkon Hallingstad2023-11-074-11/+7
|
* Merge pull request #29228 from ↵Håkon Hallingstad2023-11-064-7/+11
|\ | | | | | | | | vespa-engine/hakonhall/evaluate-flags-referenced-multiple-times-at-the-start-of-prepare Evaluate flags referenced multiple times at the start of prepare
| * Include NodeRepository, ApplcationId, and ClusterSpec as parametersHåkon Hallingstad2023-11-054-11/+8
| |
| * Rename to AllocationParamsHåkon Hallingstad2023-11-052-5/+5
| |
| * Rename to ClusterAllocationParamsHåkon Hallingstad2023-11-043-9/+9
| |
| * Evaluate flags referenced multiple times at the start of prepareHåkon Hallingstad2023-11-043-4/+11
| |
* | Stop using wireguardPubkeyValerij Fredriksen2023-11-065-14/+6
|/
* Merge pull request #29202 from ↵Bjørn Meland2023-11-031-3/+1
|\ | | | | | | | | vespa-engine/bjormel/dont_autoscale_single_node_clusters Don't autoscale resources in single node clusters
| * Update ↵Bjørn Meland2023-11-031-1/+1
| | | | | | | | | | node-repository/src/test/java/com/yahoo/vespa/hosted/provision/autoscale/AutoscalingTest.java Co-authored-by: Jon Bratseth <bratseth@gmail.com>
| * Clarification of messagebjormel2023-11-021-1/+1
| |
| * Don't autoscale single node clustersbjormel2023-11-021-3/+1
| |
* | Add test of reducing container node countHarald Musum2023-11-031-59/+92
|/
* HostFlavorUpgrader: Reprocess hosts with non-retiring nodesValerij Fredriksen2023-11-021-3/+7
|