aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Use remote storage with very small disksJon Bratseth2022-12-021-6/+9
|
* Test with more realistic disk overheadJon Bratseth2022-12-017-43/+129
|
* Merge pull request #25074 from ↵Jon Marius Venstad2022-12-018-42/+42
|\ | | | | | | | | vespa-engine/jonmv/fix-endpoint-service-privisioning Write new settings only on activation
| * Write new settings only on activationjonmv2022-12-018-42/+42
| |
* | Merge pull request #25072 from vespa-engine/mpolden/increase-throttle-limitJon Bratseth2022-12-012-10/+12
|\ \ | |/ |/| Allow 4% of nodes to fail before throttling
| * Allow 4% of nodes to fail before throttlingMartin Polden2022-12-012-10/+12
| |
* | Merge pull request #25058 from vespa-engine/freva/disallow-node-rebuildMartin Polden2022-12-013-14/+3
|\ \ | | | | | | Disallow node rebuild
| * | Remove temporary migration codeValerij Fredriksen2022-11-301-13/+1
| | |
| * | Disallow rebuilding nodesValerij Fredriksen2022-11-302-1/+2
| |/
* / Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-2/+1
|/
* Fix javadocJon Bratseth2022-11-291-2/+2
|
* Simplify, and fix some bugsJon Bratseth2022-11-2914-48/+76
|
* More realistic testsJon Bratseth2022-11-299-120/+99
|
* Revert "Merge pull request #24959 from ↵Jon Bratseth2022-11-299-99/+60
| | | | | | | vespa-engine/bratseth/revert-exclusive-cleanup" This reverts commit e24e240f01de0c291eb62ab03718fbda6abdb1b2, reversing changes made to 11690f693f82c0ca5b6bb4df49ebf9d5958560cf.
* Leave endpoint service alone when pruning realsjonmv2022-11-281-2/+2
|
* Write LB settings on prepare, make the change on activatejonmv2022-11-288-24/+36
|
* Read settings from prepared load balancerjonmv2022-11-281-9/+11
|
* Merge pull request #24987 from vespa-engine/bratseth/explicit-zeroJon Bratseth2022-11-252-2/+2
|\ | | | | Bratseth/explicit zero
| * Use explicit zeroJon Bratseth2022-11-251-1/+1
| | | | | | | | Avoids requiring users of the API to know that default is zero.
| * Explicit zeroJon Bratseth2022-11-251-1/+1
| |
* | Merge pull request #24979 from ↵Jon Marius Venstad2022-11-2510-34/+105
|\ \ | |/ |/| | | | | vespa-engine/jonmv/relax-cloud-account-requirements Configure VPC endpoint services for container clusters
| * Add isEmptyjonmv2022-11-252-2/+2
| |
| * Wire load balancer settings through to provision clientsjonmv2022-11-2410-33/+104
| |
| * Read load-balancer allowed URNs from container xml, wire to provisionerjonmv2022-11-241-1/+1
| |
* | Only allow GPU resources for container clustersMartin Polden2022-11-251-1/+9
|/
* Merge pull request #24963 from vespa-engine/mpolden/negative-gpuValerij Fredriksen2022-11-232-4/+24
|\ | | | | Allow negative GPU resources
| * Allow negative GPU resourcesMartin Polden2022-11-232-4/+24
| |
* | Merge pull request #24962 from ↵Harald Musum2022-11-231-4/+12
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/log-when-retiredexpirer-is-unsuccessful Log when RetiredExpirer is unsuccessful
| * Log when RetiredExpirer is unsuccessfulHåkon Hallingstad2022-11-231-4/+12
| |
* | Test with shared hosts flagJon Bratseth2022-11-223-4/+42
| |
* | Revert "Merge pull request #24936 from vespa-engine/bratseth/exclusive-cleanup"Jon Bratseth2022-11-228-56/+57
|/ | | | | This reverts commit b693d572df945b9e82798e0c40b8b7b565f6a4a8, reversing changes made to c2682820ae2567ae5479d89992439699a66962c0.
* Increase warmup time from 5 to 7 minutesJon Bratseth2022-11-213-4/+7
|
* Add test for GET enclave nodes non-recursive.gjoranv2022-11-213-4/+15
|
* Merge pull request #24940 from vespa-engine/mpolden/fix-ctorJon Bratseth2022-11-213-12/+21
|\ | | | | Ensure GPU resources are included in copy methods
| * Read GPU fields when creating node through APIMartin Polden2022-11-212-11/+19
| |
| * Ensure GPU resources are included in copy methodsMartin Polden2022-11-211-1/+2
| |
* | Merge pull request #24936 from vespa-engine/bratseth/exclusive-cleanupValerij Fredriksen2022-11-208-57/+56
|\ \ | | | | | | Bratseth/exclusive cleanup
| * | Centralize exclusivity decisionJon Bratseth2022-11-203-26/+25
| | |
| * | Move exclusivity decision into NodeRepositoryJon Bratseth2022-11-202-11/+5
| | |
| * | Set decided exclusivity on ClusterSpecJon Bratseth2022-11-206-24/+30
| | |
* | | Don't account for bcp and organic traffic outside prodJon Bratseth2022-11-201-0/+2
| | |
* | | Add zone to ClusterModelJon Bratseth2022-11-206-10/+29
| | |
* | | RefactorJon Bratseth2022-11-201-9/+17
|/ /
* | Merge pull request #24929 from vespa-engine/bratseth/exclusive-exact-matchValerij Fredriksen2022-11-185-26/+79
|\ \ | | | | | | Use the overhead of the exactly matching flavors if any
| * | Use the overhead of the exactly matching flavors if anyJon Bratseth2022-11-185-26/+79
| | |
* | | Merge pull request #24927 from vespa-engine/mpolden/same-grace-periodValerij Fredriksen2022-11-1823-54/+39
|\ \ \ | |_|/ |/| | Use same grace period for all upgraders
| * | Less GuavaMartin Polden2022-11-183-19/+14
| | |
| * | Use same grace period for all upgradersMartin Polden2022-11-1820-35/+25
| |/
* / Serialize GPU resourcesMartin Polden2022-11-183-42/+61
|/
* Merge pull request #24909 from vespa-engine/mpolden/gpu-resourcesJon Bratseth2022-11-171-36/+37
|\ | | | | Support GPU in node specification