aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1 flush thread below 16G, and 2 above.Henning Baldersheim2023-04-172-13/+9
|
* Merge pull request #26749 from ↵Håkon Hallingstad2023-04-176-23/+47
|\ | | | | | | | | vespa-engine/hmusum/add-flag-for-allowing-more-than-one-content-group-down Add flag for allowing more than one content group down
| * Use Predicate instead of ToIntFunctionHarald Musum2023-04-171-26/+10
| |
| * Add flag for allowing more than one content group downHarald Musum2023-04-176-10/+50
| |
* | Merge pull request #26750 from vespa-engine/hmusum/deprecate-config-fieldHarald Musum2023-04-171-1/+1
|\ \ | | | | | | Deprecate and add note about removing config field in Vespa 9
| * | Deprecate and add note about removing config field in Vespa 9Harald Musum2023-04-171-1/+1
| |/
* | Merge pull request #26748 from vespa-engine/balder/bump-jsonBjørn Christian Seime2023-04-173-3/+3
|\ \ | |/ |/| Balder/bump json
| * Follow expected version.Henning Baldersheim2023-04-152-2/+2
| |
| * Bump json from 20220320 to 20230227 in /parentdependabot[bot]2023-04-151-1/+1
|/ | | | | | | | | | | | | | Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20230227. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #26745 from ↵v8.153.19Jon Bratseth2023-04-145-19/+50
|\ | | | | | | | | vespa-engine/freva/do-not-fail-if-no-capacity-due-to-retirement Do not fail if no capacity due to retirement
| * Do not fail if no capacity due to retirementValerij Fredriksen2023-04-145-19/+50
| |
* | Merge pull request #26741 from vespa-engine/bratseth/choice-resolve-orderJon Bratseth2023-04-144-2/+28
|\ \ | |/ |/| Resolve parent before children
| * Resolve parent before childrenJon Bratseth2023-04-144-2/+28
| |
* | Merge pull request #26742 from ↵Geir Storli2023-04-147-27/+121
|\ \ | | | | | | | | | | | | vespa-engine/geirst/vsmfields-nearest-neighbor-search Add vmsfields config for nearest neighbor search on supported tensor …
| * | Add vmsfields config for nearest neighbor search on supported tensor fields.Geir Storli2023-04-147-27/+121
| | |
* | | Merge pull request #26740 from ↵Geir Storli2023-04-144-1/+50
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/set-reserved-doc-values-after-attribute-vector-has-been-loaded Set reserved doc values after attribute vector has been loaded.
| * | | Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-144-1/+50
| |/ /
* | | Don't fail nodes undergoing CMR (#26743)Ola Aunrønning2023-04-142-1/+59
| | |
* | | Merge pull request #26744 from ↵Jon Bratseth2023-04-142-14/+8
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-26708-allow-start-end-sequence-tokens-as-args-bertbaseembedder Revert "Allow start end sequence tokens as args bertbaseembedder"
| * | | Revert "Allow start end sequence tokens as args bertbaseembedder"Jon Bratseth2023-04-142-14/+8
|/ / /
* | | Merge pull request #26739 from vespa-engine/olaa/dont-rewrite-cmr-reportOla Aunrønning2023-04-144-63/+36
|\ \ \ | | | | | | | | Automatically approve CMR impacting proxy node
| * | | Convert class to recordOla Aunronning2023-04-143-63/+7
| | | |
| * | | Automatically approve CMR if only one proxy node impactedOla Aunronning2023-04-142-3/+13
| | | |
| * | | Don't rewrite CMR report. Add status fieldOla Aunronning2023-04-123-9/+28
| | | |
* | | | Merge pull request #26738 from vespa-engine/freva/throw-unchecked-ioHåkon Hallingstad2023-04-141-1/+2
|\ \ \ \ | | | | | | | | | | Throw UncheckedIOException instead
| * | | | Throw UncheckedIOException insteadValerij Fredriksen2023-04-141-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #26737 from vespa-engine/bjorncs/onnx-model-initializersArne H Juul2023-04-142-5/+16
|\ \ \ \ | |_|_|/ |/| | | Ignore input also listed in intializers when parsing metadata from model
| * | | Ignore input also listed in intializers when parsing metadata from modelBjørn Christian Seime2023-04-132-5/+16
| | | |
* | | | Merge pull request #26736 from vespa-engine/bratseth/cleanup-065Valerij Fredriksen2023-04-144-5/+6
|\ \ \ \ | |_|/ / |/| | | No functional changes
| * | | No functional changesJon Bratseth2023-04-144-5/+6
| | | |
* | | | Merge pull request #26708 from ↵Lester Solbakken2023-04-142-8/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | xgboosting/allow-start-end-sequence-tokens-as-args-bertbaseembedder Allow start end sequence tokens as args bertbaseembedder
| * | | | Include createTokenTypeIdsconnell gough2023-04-131-0/+1
| | | | |
| * | | | Remove separator input and fix spelling errorconnell gough2023-04-131-3/+2
| | | | |
| * | | | Add default special tokensconnell gough2023-04-131-2/+2
| | | | |
| * | | | Add special tokens as arguments and allow tokenTypeIds to be nullconnell gough2023-04-132-7/+13
|/ / / /
* | | | Merge pull request #26727 from ↵Geir Storli2023-04-139-45/+54
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/ensure-we-always-reference-a-valid-empty-string Balder/ensure we always reference a valid empty string
| * | | | Empty string is now a valid keyHenning Baldersheim2023-04-131-1/+4
| | | | |
| * | | | Always add the default value to the StringAttribute, and assert that it is ↵Henning Baldersheim2023-04-133-13/+18
| | | | | | | | | | | | | | | | | | | | present.
| * | | | Only add default value if it is a mulivalue field.Henning Baldersheim2023-04-131-8/+4
| | | | |
| * | | | Use std::make_uniqueHenning Baldersheim2023-04-131-18/+16
| | | | |
| * | | | If there is a enum reference to the empty string (default value), it must be ↵Henning Baldersheim2023-04-132-9/+8
| | | | | | | | | | | | | | | | | | | | used.
| * | | | Test both with and without enum optimizationHenning Baldersheim2023-04-132-14/+22
| | | | | | | | | | | | | | | | | | | | Test both with present 'default value = ""' and not.
| * | | | No need to copy stringHenning Baldersheim2023-04-132-2/+2
| | | | |
* | | | | reintroduce cs flag (#26734)Andreas Eriksen2023-04-131-0/+5
| | | | |
* | | | | Merge pull request #26733 from vespa-engine/freva/propagate-createdValerij Fredriksen2023-04-135-5/+39
|\ \ \ \ \ | | | | | | | | | | | | Report core created timestamp as last modified time
| * | | | | Report core created timestamp as last modified timeValerij Fredriksen2023-04-135-5/+39
| | | | | |
* | | | | | Merge pull request #26725 from vespa-engine/jonmv/improve-job-status-insightValerij Fredriksen2023-04-1311-179/+258
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jonmv/improve job status insight
| * | | | | | Compute whether jobs are blocked in the right place, and exposejonmv2023-04-137-79/+94
| | | | | | |
| * | | | | | Introduce a more detailed Readiness object for planned deployment jobsjonmv2023-04-1310-128/+192
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #26732 from vespa-engine/hmusum/cleanup-cluster-controller-4Håkon Hallingstad2023-04-1311-221/+210
|\ \ \ \ \ \ | | | | | | | | | | | | | | Hmusum/cleanup cluster controller 4