summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.354.14-1].vespa-7.354.14-1sd-buildbot2021-02-084-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.354.14 --no-auto-changelog
* Merge pull request #16423 from ↵Arne H Juul2021-02-0539-366/+300
|\ | | | | | | | | vespa-engine/havardpe/param-repo-adjust-add-options adjust param repo add options and remove seq_bias
| * adjust param repo add options and remove seq_biasHåvard Pettersen2021-02-0539-366/+300
| | | | | | | | GenSpec is now implicitly convertible to TensorSpec
* | Merge pull request #16420 from vespa-engine/balder/gc-timed-out-flagHarald Musum2021-02-051-1/+0
|\ \ | | | | | | GC flag that has rolled out and timed out
| * | GC flag that has rolled out and timed outHenning Baldersheim2021-02-051-1/+0
| | |
* | | Merge pull request #16417 from vespa-engine/bratseth/less-inactiveJon Bratseth2021-02-0525-105/+158
|\ \ \ | | | | | | | | Bratseth/less inactive
| * | | Remove stale commentJon Bratseth2021-02-051-2/+0
| | | |
| * | | Skip inactive for stateless nodesJon Bratseth2021-02-057-33/+45
| | | |
| * | | Move transactionallyJon Bratseth2021-02-051-6/+45
| | | |
| * | | The node repo owns state transitionsJon Bratseth2021-02-0521-70/+74
| | | |
* | | | Merge pull request #16402 from vespa-engine/jonmv/expand-document-v1-visit-APIJon Marius Venstad2021-02-055-64/+130
|\ \ \ \ | | | | | | | | | | Jonmv/expand document v1 visit api
| * | | | documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-052-2/+2
| | | | |
| * | | | Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-042-4/+5
| | | | |
| * | | | Include document count in responsesJon Marius Venstad2021-02-042-1/+13
| | | | |
| * | | | Stricter parameters for new visits featuresJon Marius Venstad2021-02-042-45/+94
| | | | |
| * | | | Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-042-7/+6
| | | | |
| * | | | Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-044-7/+12
| | | | |
* | | | | Merge pull request #16422 from ↵Geir Storli2021-02-051-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/vekterli/show-feed-block-options-on-status-page Show feed block options on cluster controller status page
| * | | | Show feed block options on cluster controller status pageTor Brede Vekterli2021-02-051-0/+7
| | | | |
* | | | | Merge pull request #16390 from ↵Arne H Juul2021-02-0510-98/+301
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/arnej/refactor-sparse-merge-optimiser Arnej/refactor sparse merge optimiser
| * | | | use implementation in generic_merge as fallbackArne Juul2021-02-051-85/+17
| | | | |
| * | | | make MergeParam and generic_mixed_merge publicArne Juul2021-02-052-31/+36
| | | | |
| * | | | cosmetic fixes after reviewArne Juul2021-02-051-10/+2
| | | | |
| * | | | remove sparse optimisation from generic codeArne Juul2021-02-042-67/+2
| | | | |
| * | | | put seq_bias in GenSpec constructorArne Juul2021-02-041-9/+9
| | | | |
| * | | | add unit test for SparseMergeFunctionArne Juul2021-02-043-0/+92
| | | | |
| * | | | make a separate optimized TensorFunction for sparse mergeArne Juul2021-02-044-0/+247
| | | | |
* | | | | Merge pull request #16382 from vespa-engine/arnej/rename-some-variablesHenning Baldersheim2021-02-051-22/+22
|\ \ \ \ \ | | | | | | | | | | | | rename some variables to reduce confusion
| * | | | | rename some variables to reduce confusionArne Juul2021-02-041-22/+22
| | | | | |
* | | | | | Merge pull request #16415 from ↵Håkon Hallingstad2021-02-0513-31/+94
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/revert-16414-revert-16404-hakonhall/generalize-updating-of-cpu-limits Generalize updating of CPU limits, try 2
| * | | | | Revert "Revert "Generalize updating of CPU limits" [MERGEOK]"Håkon Hallingstad2021-02-0513-31/+94
| | | | | |
* | | | | | Merge pull request #16406 from vespa-engine/balder/gc-unused-codeHenning Baldersheim2021-02-059-55/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | GC unused template
| * | | | | | Add override and noexcept.Henning Baldersheim2021-02-053-3/+3
| | | | | | |
| * | | | | | Some code healthHenning Baldersheim2021-02-054-43/+20
| | | | | | |
| * | | | | | Avoid using default values.Henning Baldersheim2021-02-052-2/+8
| | | | | | |
| * | | | | | GC unused templateHenning Baldersheim2021-02-051-7/+0
| | | | | | |
* | | | | | | Merge pull request #16408 from vespa-engine/bjorncs/thread-nameHenning Baldersheim2021-02-054-10/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use separate name per logger thread
| * | | | | | | Use separate name per logger threadBjørn Christian Seime2021-02-054-10/+16
| | | | | | | |
* | | | | | | | Merge pull request #16418 from vespa-engine/gjoranv/single-thread-plugin-buildArnstein Ressem2021-02-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Do not use multi-threaded maven build for plugins.
| * | | | | | | | Do not use multi-threaded maven build for plugins.gjoranv2021-02-051-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Parallel build of plugins with the same groupId is unsafe, as each thread updates the maven-metadata.xml file without any locking.
* | | | | | | | Merge pull request #16416 from ↵Henning Baldersheim2021-02-051-0/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/unit-test-tensor-lazy-deserialization add unit testing of lazy deserialization
| * | | | | | | | add unit testing of lazy deserializationArne Juul2021-02-051-0/+44
| |/ / / / / / /
* | | | | | | | Merge pull request #16419 from ↵Henning Baldersheim2021-02-052-1/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/fix-onhold-accounting-for-serialized-fast-value-attribute Fix onhold accounting for SerializedFastValueAttribute
| * | | | | | | | Fix onhold accounting for SerializedFastValueAttribute.Tor Egge2021-02-052-1/+16
| |/ / / / / / /
* | | | | | | | Merge pull request #16409 from vespa-engine/mpolden/allow-ignore-collisionMartin Polden2021-02-057-9/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore maintenance collisions in controller and node-repository
| * | | | | | | | Revert back to initial NameServiceDispatcher intervalMartin Polden2021-02-051-1/+1
| | | | | | | | |
| * | | | | | | | Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-056-8/+17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16407 from vespa-engine/mpolden/bump-cd-log-levelMartin Polden2021-02-051-3/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Increase NameServiceDispatcher log level in CD
| * | | | | | | Increase NameServiceDispatcher log level in CDMartin Polden2021-02-051-3/+4
| |/ / / / / /
* | | | | | | Merge pull request #16414 from ↵Håkon Hallingstad2021-02-0513-94/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-16404-hakonhall/generalize-updating-of-cpu-limits Revert "Generalize updating of CPU limits" [MERGEOK]