aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26632 from vespa-engine/hmusum/cleanup-cluster-controller-3v8.148.14Harald Musum2023-03-296-95/+88
|\ | | | | Hmusum/cleanup cluster controller 3
| * MInor changes after code reviewHarald Musum2023-03-291-6/+5
| |
| * Simplify NodeStateChangeChecker constructorHarald Musum2023-03-295-27/+19
| |
| * Simplify now that we can create HierarchicalGroupVisiting in constructorHarald Musum2023-03-293-27/+12
| |
| * Use correct redundancy and don't set active_per_leaf_groupHarald Musum2023-03-291-4/+3
| |
| * Make sure to make correct config for flat clusters (1 group)Harald Musum2023-03-291-3/+23
| |
| * Create real distribution config for all testsHarald Musum2023-03-292-53/+51
| |
* | Merge pull request #26634 from ↵Tor Egge2023-03-294-23/+39
|\ \ | | | | | | | | | | | | vespa-engine/toregge/report-memory-usage-for-document-meta-store Report memory usage for document meta store.
| * | Report memory usage for document meta store.Tor Egge2023-03-294-23/+39
| | |
* | | Merge pull request #26633 from vespa-engine/freva/cloud-infoValerij Fredriksen2023-03-2910-161/+19
|\ \ \ | |/ / |/| | Add availability zone to /application/v4
| * | Fix unit testValerij Fredriksen2023-03-291-2/+4
| | |
| * | Add availabilityZone to deployment object in /application/v4Valerij Fredriksen2023-03-293-4/+15
| | |
| * | Revert "Add API to list zones"Valerij Fredriksen2023-03-296-155/+0
| | | | | | | | | | | | This reverts commit 538f72529022e703aea37c3baec7eba5403aedfd.
* | | Merge pull request #26628 from ↵Geir Storli2023-03-2920-230/+96
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/revert-26622-revert-26616-toregge/explore-attribute-vector-in-writer-thread Revert "Revert "Explore attribute vector in writer thread.""
| * | Revert "Revert "Explore attribute vector in writer thread.""Tor Egge2023-03-2920-230/+96
| |/
* | Merge pull request #26630 from vespa-engine/freva/cloud-infoLeandro Alves2023-03-2910-2/+184
|\ \ | | | | | | Implement /cloudinfo/v1/
| * | Add API to list zonesValerij Fredriksen2023-03-297-2/+168
| | |
| * | Add method to get a zone by IDValerij Fredriksen2023-03-292-0/+13
| | |
| * | Add availability zone to ZoneApiValerij Fredriksen2023-03-291-0/+3
|/ /
* | Merge pull request #26629 from eltociear/patch-1Henning Baldersheim2023-03-291-4/+4
|\ \ | | | | | | Fix typo in optimized.h
| * | Fix typo in optimized.hIkko Eltociear Ashimine2023-03-291-4/+4
| |/ | | | | postion -> position
* | Merge pull request #26624 from vespa-engine/kkraune/loglevelsHenning Baldersheim2023-03-291-2/+2
|\ \ | | | | | | Reduce log level, no connection is normal in some cases
| * | Reduce log level, no connection is normal in some casesKristian Aune2023-03-291-2/+2
| | |
* | | Merge pull request #26621 from ↵Henning Baldersheim2023-03-295-15/+76
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/balder/add-general-compound-name-cache Balder/add general compound name cache
| * | Update ABIHenning Baldersheim2023-03-293-3/+6
| | |
| * | Stay with from.Henning Baldersheim2023-03-293-12/+7
| | |
| * | - Avoid creating a lot of temporary CompoundNames by caching them.Henning Baldersheim2023-03-281-7/+15
| | | | | | | | | | | | - This speeds up creation of query by a factor of 4.
| * | Test both with and without QueryProfileHenning Baldersheim2023-03-282-2/+10
| | |
| * | Construct compoundname from cache in Query.setPropertiesFromRequestMapHenning Baldersheim2023-03-281-4/+5
| | |
| * | Add a general cache for compound namesHenning Baldersheim2023-03-282-3/+22
| | |
| * | Add benchmark for construction of Query objectHenning Baldersheim2023-03-281-1/+28
| | |
* | | Merge pull request #26614 from ↵Harald Musum2023-03-294-629/+10
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/distributor_auto_ownership_transfer_on_whole_group_down-always-true Deprecate distributor_auto_ownership_transfer_on_whole_group_down
| * | | Don't use record, fails when running system testsHarald Musum2023-03-281-3/+21
| | | |
| * | | Deprecate distributor_auto_ownership_transfer_on_whole_group_downHarald Musum2023-03-284-649/+12
| | | | | | | | | | | | | | | | | | | | Stop using the config value (same as currrent default value, which is true). Also: distribution config does not have this field, only stor-distribution config has
* | | | Merge pull request #26612 from vespa-engine/kkraune/no-warnMartin Polden2023-03-291-3/+0
|\ \ \ \ | | | | | | | | | | make nicer
| * | | | Remove CI messageKristian Aune2023-03-291-3/+0
| | | | |
| * | | | make nicerKristian Aune2023-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | - imho this could be removed - I don't think this is a good place to lecture the user - users deploying to prod for the first time using the guide will see this, it should not warn, it is normal to do this
* | | | | Merge pull request #26625 from vespa-engine/revert-26618-mpolden/feed-client-4Arnstein Ressem2023-03-2911-453/+129
|\ \ \ \ \ | | | | | | | | | | | | Revert "Add throttling to vespa feed"
| * | | | | Revert "Add throttling to vespa feed"Martin Polden2023-03-2911-453/+129
|/ / / / /
* | | | | Merge pull request #26618 from vespa-engine/mpolden/feed-client-4Martin Polden2023-03-2911-129/+453
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add throttling to vespa feed
| * | | | Use circuit breaker in dispatcherMartin Polden2023-03-283-15/+26
| | | | |
| * | | | Add circuit breakerMartin Polden2023-03-283-3/+131
| | | | |
| * | | | Set per request timeoutMartin Polden2023-03-281-1/+1
| | | | |
| * | | | Aggregate stats without lockingMartin Polden2023-03-287-88/+95
| | | | |
| * | | | Consult throttler in dispatcherMartin Polden2023-03-284-39/+86
| | | | |
| * | | | Add dynamic throttlerMartin Polden2023-03-282-0/+138
| | | | |
| * | | | Continue feeding document group on failureMartin Polden2023-03-272-16/+9
| | | | | | | | | | | | | | | | | | | | Matches vespa-feed-client behaviour.
* | | | | Merge pull request #26623 from vespa-engine/aressem/give-versionArnstein Ressem2023-03-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Missing version argument to factory function.
| * | | | | Missing version argument to factory function.Arnstein Ressem2023-03-281-1/+1
|/ / / / /
* | | | | Merge pull request #26622 from ↵Harald Musum2023-03-2820-96/+230
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-26616-toregge/explore-attribute-vector-in-writer-thread Revert "Explore attribute vector in writer thread."