aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #26542 from ↵bratseth/more-exclusive-take-2Jon Bratseth2023-04-1913-85/+94
| | | | | | | vespa-engine/revert-26509-bratseth/more-exclusive" This reverts commit e260f413fe355b0ddb39a86a77f49accc5e738b6, reversing changes made to c0e8ae27d4fe623de21586ff711c7bcddeef3026.
* Merge pull request #26782 from ↵Tor Brede Vekterli2023-04-1921-16/+174
|\ | | | | | | | | vespa-engine/havardpe/create-if-non-existent-for-document-put add create-if-non-existent flag for document put
| * add requested annotationsHåvard Pettersen2023-04-194-2/+11
| |
| * add create-if-non-existent flag for document putHåvard Pettersen2023-04-1921-16/+165
| |
* | Merge pull request #26777 from vespa-engine/bratseth/openai-clientJon Bratseth2023-04-1914-1/+352
|\ \ | | | | | | Llm completion abstraction and OpenAi implementation
| * | Use record and use default record toStringJon Bratseth2023-04-191-9/+1
| | |
| * | Fix typoJon Bratseth2023-04-191-1/+1
| | |
| * | Move under the right headingJon Bratseth2023-04-191-1/+1
| | |
| * | Avoid ignored directory nameJon Bratseth2023-04-192-2/+45
| | |
| * | Llm completion abstraction and OpenAi implementationJon Bratseth2023-04-1913-1/+317
| | |
* | | Merge pull request #26753 from vespa-engine/bjorncs/global-phaseArne H Juul2023-04-191-5/+9
|\ \ \ | | | | | | | | Use quarter vcpu by default if execution mode is parallel
| * | | Use quarter vcpu by default if execution mode is parallelBjørn Christian Seime2023-04-171-5/+9
| | |/ | |/|
* | | Merge pull request #26652 from vespa-engine/hmusum/allow-groups-to-be-downHarald Musum2023-04-196-133/+450
|\ \ \ | | | | | | | | Hmusum/allow groups to be down
| * | | Rename variablesHarald Musum2023-04-191-4/+4
| | | |
| * | | Update ↵Harald Musum2023-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | clustercontroller-core/src/main/java/com/yahoo/vespa/clustercontroller/core/NodeStateChangeChecker.java Co-authored-by: Tor Brede Vekterli <vekterli@yahooinc.com>
| * | | Rename and fix logicHarald Musum2023-04-181-12/+12
| | | |
| * | | FIx retiredOrNotUpGroups()Harald Musum2023-04-182-5/+7
| | | |
| * | | Handle case where a node has another description for wanted stateHarald Musum2023-04-182-19/+90
| | | | | | | | | | | | | | | | Also add group indexes for disallow messages where relevant
| * | | Check state down later and simplifyHarald Musum2023-04-172-46/+46
| | | |
| * | | Parameterize testsHarald Musum2023-04-143-109/+150
| | | |
| * | | Add back original code and use it for default configHarald Musum2023-04-143-10/+49
| | | | | | | | | | | | | | | | | | | | Set default value for max_number_of_groups_allowed_to_be_down to -1 and use that to switch between old and new code
| * | | Merge branch 'master' into hmusum/allow-groups-to-be-downHarald Musum2023-04-14395-3730/+4957
| |\ \ \
| * | | | Reimplement checking of other nodes and nodes in groups being not upHarald Musum2023-04-122-92/+70
| | | | |
| * | | | Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-102-18/+21
| | | | |
| * | | | Allow more than 1 group in a content to be down at the same timeHarald Musum2023-03-302-16/+217
| | | | | | | | | | | | | | | | | | | | | | | | | Based on config, all functional changes guarded by config field max_number_of_groups_allowed_to_be_down in fleetcontroller config
| * | | | Fix bug in distributuon config generationHarald Musum2023-03-301-1/+2
| | | | |
| * | | | Minor cleanup, no functional changesHarald Musum2023-03-306-144/+133
| | | | |
| * | | | Remove unused method and simplifyHarald Musum2023-03-301-24/+20
| | | | |
| * | | | Remove interface now that there is only one implementationHarald Musum2023-03-303-43/+28
| | | | |
* | | | | Merge pull request #26778 from vespa-engine/mpolden/feed-client-8Martin Polden2023-04-197-79/+249
|\ \ \ \ \ | | | | | | | | | | | | Add compression
| * | | | | Add compressionMartin Polden2023-04-194-10/+116
| | | | | |
| * | | | | Extract Queue typeMartin Polden2023-04-193-20/+80
| | | | | |
| * | | | | Re-use document group listsMartin Polden2023-04-191-3/+9
| | | | | |
| * | | | | SimplifyMartin Polden2023-04-191-36/+21
| | | | | |
| * | | | | Add (hidden) profiling flagsMartin Polden2023-04-181-1/+28
| | | | | |
| * | | | | Remove unnecessary ID string buildingMartin Polden2023-04-181-18/+4
| | | | | |
* | | | | | Merge pull request #26779 from ↵Tor Egge2023-04-191-0/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-unit-test-for-nearest-neighbor-query-node Add unit test for nearest neighbor query node.
| * | | | | | Add unit test for nearest neighbor query node.Tor Egge2023-04-191-0/+37
| | | | | | |
* | | | | | | Merge pull request #26780 from ↵Jon Marius Venstad2023-04-191-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/default-wantedDocumentCount-is-1 Keep default wantedDocumentCount = 1 for now.
| * | | | | | | Keep default wantedDocumentCount = 1 for now.Henning Baldersheim2023-04-191-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #26770 from ↵Tor Brede Vekterli2023-04-1911-61/+245
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/backend-support-for-distributed-condition-eval Add backend support for distributed condition evaluation
| * | | | | | | Add backend support for distributed condition evaluationTor Brede Vekterli2023-04-1811-61/+245
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lets the "test" part of a test-and-set condition be evaluated locally on individual content nodes. Piggybacks on top of metadata-only Get operations, adding a new condition field to the request and a boolean match result to the response. Decouples the existing TaS utility code from being command-oriented, allowing it to be used in other contexts as well. Not yet wired through any protocols.
* | | | | | | Merge pull request #26776 from vespa-engine/olaa/use-correct-identityOla Aunrønning2023-04-191-11/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Register and refresh correct identity
| * | | | | | Register and refresh correct identityOla Aunronning2023-04-191-11/+11
|/ / / / / /
* | | | | | Merge pull request #26775 from vespa-engine/balder/allow-chunks-larger-than-1kHenning Baldersheim2023-04-192-46/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Balder/allow chunks larger than 1k
| * | | | | | Update testHenning Baldersheim2023-04-191-1/+1
| | | | | | |
| * | | | | | Allow wantedDocumentCount above 1024 for chunked modeHenning Baldersheim2023-04-191-3/+2
| | | | | | |
| * | | | | | Simplify and modernize codeHenning Baldersheim2023-04-191-42/+22
| | | | | | |
* | | | | | | Merge pull request #26772 from vespa-engine/freva/drop-docsHåkon Hallingstad2023-04-195-21/+196
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add support for node-agent dropping all container docs
| * | | | | | Patch dropDocuments reportValerij Fredriksen2023-04-182-2/+52
| | | | | | |