aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26330 from ↵Arnstein Ressem2023-03-076-6/+10
|\ | | | | | | | | vespa-engine/aressem/add-cluster-id-to-host-flavor Add cluster id to host-flavor feature flag
| * Add cluster id to host-flavor feature flagArnstein Ressem2023-03-076-6/+10
| |
* | Merge pull request #26326 from vespa-engine/jonmv/private-endpoints-3Jon Marius Venstad2023-03-071-1/+1
|\ \ | |/ |/| Reduce log level
| * Reduce log leveljonmv2023-03-061-1/+1
| |
* | Remove descriptionJon Bratseth2023-03-063-18/+1
| |
* | Use metric enums everywhereJon Bratseth2023-03-061-14/+21
| |
* | Always use 'last' suffixJon Bratseth2023-03-061-46/+50
| |
* | Always use 'last' suffixJon Bratseth2023-03-062-109/+116
| |
* | Fix archive URI TODOsValerij Fredriksen2023-03-065-22/+3
|/
* Merge pull request #26290 from vespa-engine/jonmv/private-endpoints-3Valerij Fredriksen2023-03-037-29/+29
|\ | | | | Let implementations short-circuit LB (re)configuration
| * Let implementations short-circuit LB (re)configurationjonmv2023-03-037-29/+29
| |
* | Use the APPLICATION_GENERATION constant.gjoranv2023-03-031-1/+3
|/
* Only read generation from containers for nowJon Bratseth2023-03-021-2/+3
|
* More detailed description when ending up emptyJon Bratseth2023-03-022-12/+17
|
* Separate not initialized from all filteredJon Bratseth2023-03-011-0/+3
|
* Update ↵Jon Bratseth2023-03-011-1/+1
| | | | | node-repository/src/main/java/com/yahoo/vespa/hosted/provision/persistence/ApplicationSerializer.java Co-authored-by: Valerij Fredriksen <freva@users.noreply.github.com>
* Use bcp deadlineJon Bratseth2023-03-017-15/+77
|
* Merge pull request #26250 from vespa-engine/bratseth/upValerij Fredriksen2023-03-014-11/+27
|\ | | | | Record UP events also when not having been down
| * Fix typoValerij Fredriksen2023-03-011-1/+1
| |
| * Record UP events also when not having been downJon Bratseth2023-03-014-11/+27
| |
* | Pass ClusterInfoJon Bratseth2023-03-016-17/+26
|/
* Merge pull request #26237 from vespa-engine/bratseth/update-emptyValerij Fredriksen2023-02-282-1/+5
|\ | | | | Replace empty autoscaling
| * Replace empty autoscalingJon Bratseth2023-02-282-1/+5
| |
* | Count both nodes and hosts by stateOla Aunronning2023-02-282-7/+24
| |
* | Track autoscaling successJon Bratseth2023-02-281-16/+27
|/
* Merge pull request #26205 from vespa-engine/freva/exclude-tenant-nameValerij Fredriksen2023-02-283-7/+24
|\ | | | | Handle archive URI without tenant name dir
| * Handle bucket name ending with tenant nameValerij Fredriksen2023-02-282-3/+6
| |
| * Handle archive URI without tenant name dirValerij Fredriksen2023-02-273-7/+21
| |
* | Tolerate more downJon Bratseth2023-02-282-10/+10
|/
* Add details on why an autoscaling is emptyJon Bratseth2023-02-274-4/+28
|
* Merge pull request #26178 from vespa-engine/freva/archive-urisHåkon Hallingstad2023-02-2721-286/+463
|\ | | | | Allow patching account archive URIs in node-repo
| * Allow patching account archive URI in /nodes/v2Valerij Fredriksen2023-02-247-29/+92
| |
| * Use ArchiveUris in ArchiveUriManagerValerij Fredriksen2023-02-248-164/+183
| |
| * Crate ArchiveUri to hold both tenant and account archive URIsValerij Fredriksen2023-02-242-0/+94
| |
| * Rename ArchiveUris -> ArchiveUriManagerValerij Fredriksen2023-02-246-20/+21
| |
* | Add missing importValerij Fredriksen2023-02-241-2/+2
| |
* | Revert "Lock node when updating IP config"Valerij Fredriksen2023-02-2433-259/+340
|/
* Test and make more robustJon Bratseth2023-02-222-25/+64
|
* Merge pull request #26125 from vespa-engine/bratseth/handle-zero-trafficv8.129.8Jon Bratseth2023-02-212-2/+12
|\ | | | | Handle zero traffic
| * Handle zero trafficJon Bratseth2023-02-212-2/+12
| |
* | Rename AutoscalingTester and move out of autoscalingJon Bratseth2023-02-216-180/+187
| |
* | Tune cluster controller memoryJon Bratseth2023-02-218-20/+75
|/ | | | | | - Change from 7 to 6 cluster controllers per host - Correct real memory limit for admin - Test admin provisioning
* Merge pull request #26118 from ↵Jon Bratseth2023-02-202-4/+4
|\ | | | | | | | | vespa-engine/bratseth/duplicate-node-is-illegal-state Assume a duplicate node is an illegal state, not an erronous request
| * Assume a duplicate node is an illegal state, not an erronous requestJon Bratseth2023-02-202-4/+4
| |
* | Read content config generationJon Bratseth2023-02-203-5/+2
|/
* Merge pull request #26112 from vespa-engine/bratseth/autoscaling-wipe-lessValerij Fredriksen2023-02-202-1/+5
|\ | | | | Wipe less
| * Wipe lessJon Bratseth2023-02-202-1/+5
| |
* | Merge pull request #26111 from vespa-engine/bratseth/autoscaling-measurementsJon Bratseth2023-02-202-32/+5
|\ \ | | | | | | Bratseth/autoscaling measurements
| * | Require a little more than minimal data to concludeJon Bratseth2023-02-201-1/+1
| | |
| * | Get by with less measurementsJon Bratseth2023-02-201-31/+4
| |/