aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #26542 from ↵bratseth/more-exclusive-take-2Jon Bratseth2023-04-196-59/+50
| | | | | | | vespa-engine/revert-26509-bratseth/more-exclusive" This reverts commit e260f413fe355b0ddb39a86a77f49accc5e738b6, reversing changes made to c0e8ae27d4fe623de21586ff711c7bcddeef3026.
* Patch dropDocuments reportValerij Fredriksen2023-04-181-0/+16
|
* Stop supporting old fieldsValerij Fredriksen2023-04-181-3/+3
|
* Do not fail if no capacity due to retirementValerij Fredriksen2023-04-142-9/+22
|
* Don't fail nodes undergoing CMR (#26743)Ola Aunrønning2023-04-141-0/+44
|
* Merge pull request #26637 from ↵Bjørn Meland2023-04-111-1/+1
|\ | | | | | | | | vespa-engine/bjormel/maintainer-success-factor-baseline maintainer success factor baseline deviation
| * maintainer success factor baseline deviationbjormel2023-03-291-1/+1
| |
* | Fix testjonmv2023-03-301-1/+2
| |
* | Use DomainName instead of the stricter HostName in duper-modeljonmv2023-03-301-2/+2
|/
* WireGuard UDP port is trusted in Public AWS zonesAndreas Eriksen2023-03-242-5/+16
|
* wg port public aws onlyAndreas Eriksen2023-03-241-6/+6
|
* Revert "Disallow incremental non-exclusive container allocation"Valerij Fredriksen2023-03-226-50/+59
|
* Disallow incremental non-exclusive container allocationJon Bratseth2023-03-216-59/+50
| | | | | Disallow shared allocation of containers also when there is an existing non-exclusive host which can fit the requested node.
* Provision IPv6 target groups for enclave load balancersValerij Fredriksen2023-03-161-1/+1
|
* Autoscale by gpu signals tooJon Bratseth2023-03-131-1/+48
| | | | Just take max of cpu and gpu load.
* Lock node when updating IP configMartin Polden2023-03-131-1/+1
|
* Convert IP classes to recordsMartin Polden2023-03-1315-38/+36
|
* Remove redundant Address classMartin Polden2023-03-134-13/+11
|
* Merge branch 'master' into bratseth/autoscaling-completionJon Bratseth2023-03-104-7/+7
|\
| * Take a separate lock for maintenance deploymentsMartin Polden2023-03-104-7/+7
| |
* | Cooldown from completion rather than start of scalingJon Bratseth2023-03-103-7/+35
| |
* | Don't rescale if there is an incomplete rescalingJon Bratseth2023-03-101-1/+1
|/
* Add cluster id to host-flavor feature flagArnstein Ressem2023-03-071-1/+1
|
* Always use 'last' suffixJon Bratseth2023-03-061-46/+50
|
* Always use 'last' suffixJon Bratseth2023-03-061-107/+113
|
* Fix archive URI TODOsValerij Fredriksen2023-03-062-13/+1
|
* Let implementations short-circuit LB (re)configurationjonmv2023-03-031-2/+2
|
* Use bcp deadlineJon Bratseth2023-03-014-0/+31
|
* Merge pull request #26250 from vespa-engine/bratseth/upValerij Fredriksen2023-03-011-2/+11
|\ | | | | Record UP events also when not having been down
| * Record UP events also when not having been downJon Bratseth2023-03-011-2/+11
| |
* | Pass ClusterInfoJon Bratseth2023-03-015-16/+23
|/
* Count both nodes and hosts by stateOla Aunronning2023-02-281-3/+13
|
* Merge pull request #26205 from vespa-engine/freva/exclude-tenant-nameValerij Fredriksen2023-02-282-5/+17
|\ | | | | Handle archive URI without tenant name dir
| * Handle bucket name ending with tenant nameValerij Fredriksen2023-02-281-1/+4
| |
| * Handle archive URI without tenant name dirValerij Fredriksen2023-02-272-5/+14
| |
* | Tolerate more downJon Bratseth2023-02-281-9/+9
|/
* Merge pull request #26178 from vespa-engine/freva/archive-urisHåkon Hallingstad2023-02-2710-125/+231
|\ | | | | Allow patching account archive URIs in node-repo
| * Allow patching account archive URI in /nodes/v2Valerij Fredriksen2023-02-245-21/+78
| |
| * Use ArchiveUris in ArchiveUriManagerValerij Fredriksen2023-02-243-63/+62
| |
| * Crate ArchiveUri to hold both tenant and account archive URIsValerij Fredriksen2023-02-241-0/+49
| |
| * Rename ArchiveUris -> ArchiveUriManagerValerij Fredriksen2023-02-241-8/+9
| |
* | Revert "Lock node when updating IP config"Valerij Fredriksen2023-02-2417-45/+49
|/
* Test and make more robustJon Bratseth2023-02-221-24/+63
|
* Merge pull request #26125 from vespa-engine/bratseth/handle-zero-trafficv8.129.8Jon Bratseth2023-02-211-0/+8
|\ | | | | Handle zero traffic
| * Handle zero trafficJon Bratseth2023-02-211-0/+8
| |
* | Rename AutoscalingTester and move out of autoscalingJon Bratseth2023-02-216-180/+187
| |
* | Tune cluster controller memoryJon Bratseth2023-02-215-7/+37
|/ | | | | | - Change from 7 to 6 cluster controllers per host - Correct real memory limit for admin - Test admin provisioning
* Assume a duplicate node is an illegal state, not an erronous requestJon Bratseth2023-02-201-2/+2
|
* Merge pull request #26096 from vespa-engine/use-node-repo-for-wggjoranv2023-02-183-9/+2
|\ | | | | Use node repo for wg
| * Filter exclave nodes without wg key from node repo client.gjoranv2023-02-181-2/+1
| |