aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Increase query timeoutHarald Musum2024-05-081-0/+1
| | | | Observed timeout in test making build fail
* Merge pull request #31151 from ↵Tor Brede Vekterli2024-05-081-18/+17
|\ | | | | | | | | vespa-engine/vekterli/use-poll-instead-of-select-in-runserver Use `poll` instead of `select` in runserver
| * Use `poll` instead of `select` in runserverTor Brede Vekterli2024-05-081-18/+17
| | | | | | | | | | It's not defined what fd numbers will be returned from `pipe()`, so `select()` is not a good choice.
* | Merge pull request #31137 from ↵Gjøran Voldengen2024-05-085-18/+79
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/use-idref-as-part-of-key-when-applying-variants-in-services.xml Include value of 'idref' attribute when deciding which elements to ke…
| * | Include value of 'idref' attribute when deciding which elements to keep when ↵Harald Musum2024-05-075-18/+79
| | | | | | | | | | | | | | | | | | | | | | | | preprocessing We already include value of 'id' to key which is used to decide which elements are equal, but also need to include value of 'idref' so that we know which elements to keep e.g. in a list of searchers referred to by 'idref' in a search chain.
* | | Merge pull request #31144 from ↵Geir Storli2024-05-072-0/+30
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/add-unit-test-for-struct-field-with-index-and-exact-match Unit test that struct field with index and exact match gives expected
| * | | Unit test that struct field with index and exact match gives expectedTor Egge2024-05-072-0/+30
| | | | | | | | | | | | | | | | log warning.
* | | | Merge pull request #31141 from vespa-engine/havardpe/non-strict-source-blenderGeir Storli2024-05-071-30/+44
|\ \ \ \ | |_|_|/ |/| | | run non-strict source blender
| * | | run non-strict source blenderHåvard Pettersen2024-05-071-30/+44
| |/ /
* | | Merge pull request #31142 from vespa-engine/vekterli/use-poll-instead-of-selectTor Brede Vekterli2024-05-073-18/+14
|\ \ \ | |/ / |/| | Use `poll` instead of `select` in config sentinel work loop
| * | Move fd vector clearing into update-functionTor Brede Vekterli2024-05-072-1/+1
| | | | | | | | | | | | | | | This way is more self-contained and leaves less room for accidentall fd reuse.
| * | Use `poll` instead of `select` in config sentinel work loopTor Brede Vekterli2024-05-073-18/+14
|/ / | | | | | | | | | | | | `select` on glibc is not well-defined when the highest file descriptor _number_ (not count) is > 1023. Use `poll` instead, which does not have this limitation (and also is pleasantly O(|fds|) instead of O(highest fd number)).
* | Merge pull request #31130 from vespa-engine/balder/acknowledge-deatch-sentenceTor Egge2024-05-071-2/+8
|\ \ | | | | | | Acknowledge death sentence and leave execution to the master.
| * | Acknowledge death sentence and leave execution to the master.Henning Baldersheim2024-05-071-2/+8
| | |
* | | Merge pull request #31135 from vespa-engine/renovate/use-context-selector-2.xValerij Fredriksen2024-05-072-5/+5
|\ \ \ | | | | | | | | Update dependency use-context-selector to v2
| * | | Update dependency use-context-selector to v2renovate[bot]2024-05-072-5/+5
| | | |
* | | | Merge pull request #31133 from vespa-engine/renovate/aws-java-sdk-monorepoHenning Baldersheim2024-05-071-1/+1
|\ \ \ \ | | | | | | | | | | Update aws-java-sdk monorepo to v1.12.716
| * | | | Update aws-java-sdk monorepo to v1.12.716renovate[bot]2024-05-071-1/+1
| |/ / /
* | | | Merge pull request #31134 from vespa-engine/renovate/golang.org-x-net-0.xHenning Baldersheim2024-05-072-3/+9
|\ \ \ \ | | | | | | | | | | Update module golang.org/x/net to v0.25.0
| * | | | Update module golang.org/x/net to v0.25.0renovate[bot]2024-05-072-3/+9
| |/ / /
* | | | Merge pull request #31138 from vespa-engine/mpolden/add-factory-methodMorten Tokle2024-05-071-0/+4
|\ \ \ \ | | | | | | | | | | Allow creating context that includes default trust store
| * | | | Allow creating context that includes default trust storeMartin Polden2024-05-071-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #31136 from ↵Valerij Fredriksen2024-05-071-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/support-new-gcp-service-account-for-hosts Support new GCP service account for hosts
| * | | | Support new GCP service account for hostsHåkon Hallingstad2024-05-071-0/+7
| | | | |
* | | | | Merge pull request #31121 from vespa-engine/hakon/remove-unused-flagsValerij Fredriksen2024-05-071-12/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Remove unused host memory flags, try 2
| * | | | Merge branch 'master' into hakon/remove-unused-flagsHåkon Hallingstad2024-05-0620-125/+201
| |\ \ \ \
| * | | | | Remove unused host memory flags, try 2Håkon Hallingstad2024-05-061-12/+0
| | | | | |
* | | | | | Merge pull request #31129 from ↵Geir Storli2024-05-073-4/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/remove-obsolete-workaround-for-indexing-exact-match-fields Remove obsolete workaround for indexing exact-match fields.
| * | | | | Remove obsolete workaround for indexing exact-match fields.Tor Egge2024-05-063-4/+2
| | | | | |
* | | | | | Merge pull request #31125 from ↵Henning Baldersheim2024-05-0712-60/+59
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/balder/avoid-deprecated-jackson-methods Avoid methods deprecated in jackson 2.17.1
| * | | | | Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-0612-60/+59
| | |_|/ / | |/| | |
* | | | | Merge pull request #31126 from vespa-engine/jonmv/remove-zk-3.9.1Harald Musum2024-05-0729-8181/+18
|\ \ \ \ \ | |_|/ / / |/| | | | Remove ZK 3.9.1
| * | | | zokeeper-server-3.9.2 has been removedHarald Musum2024-05-071-1/+1
| | | | |
| * | | | Update allowed dependenciesjonmv2024-05-071-2/+0
| | | | |
| * | | | Remove ZK 3.9.1jonmv2024-05-0627-8178/+17
| |/ / /
* | | | Merge pull request #31128 from ↵v8.340.17Geir Storli2024-05-063-24/+77
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/source-selector-iterator-benchmark baseline source blender integration in benchmark
| * | | | baseline source blender integration in benchmarkHåvard Pettersen2024-05-063-24/+77
| | |/ / | |/| |
* | | | Merge pull request #31127 from vespa-engine/geirst/query-cost-model-adjustmentsGeir Storli2024-05-064-9/+17
|\ \ \ \ | | | | | | | | | | Adjust down the estimate when its unknown and avoid WhiteListBlueprin…
| * | | | Adjust down the estimate when its unknown and avoid WhiteListBlueprint being ↵Geir Storli2024-05-064-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strict. In cases where only attributes without fast-search are searched with e.g. an OR, this change avoids sorting the WhiteListBlueprint first under the root AND, which is very costly to evaluate.
* | | | | Merge pull request #31123 from ↵Geir Storli2024-05-0635-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-max-token-length-to-ilscripts-config Add max token length to ilscripts config.
| * | | | | maxtokenlength units are characters.Tor Egge2024-05-061-1/+1
| | | | | |
| * | | | | Add max token length to ilscripts config.Tor Egge2024-05-0635-0/+36
| | | | | |
* | | | | | Merge pull request #31119 from ↵Geir Storli2024-05-066-7/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/rename-max-token-length-to-max-tokenize-length-in-linguistics-annotator-config Rename max token length to max tokenize length in linguistics annotator
| * | | | | Rename max token length to max tokenize length in linguistics annotatorTor Egge2024-05-066-7/+7
| |/ / / / | | | | | | | | | | | | | | | config.
* | | | | Merge pull request #31124 from ↵Henning Baldersheim2024-05-0614-61/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-30751-renovate/jackson2.vespa.version Revert "Update jackson2.vespa.version to v2.17.0"
| * | | | | Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-0614-61/+62
|/ / / / /
* | | | | Merge pull request #31120 from vespa-engine/lesters/local-llm-timeoutHarald Musum2024-05-064-13/+57
|\ \ \ \ \ | | | | | | | | | | | | Add timeout for requests waiting to start local llm inference
| * | | | | Update ABI specLester Solbakken2024-05-061-0/+2
| | | | | |
| * | | | | Add timeout for requests waiting to start local llm inferenceLester Solbakken2024-05-063-13/+55
| | | | | |
* | | | | | Merge pull request #26651 from ↵Henning Baldersheim2024-05-062-51/+82
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/jonmv/DP-to-reduce-number-of-created-compound-names Avoid creating an exponential number of compound-names with many segm…