summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15320 from vespa-engine/jonmv/fix-reindexing-apisJon Marius Venstad2020-11-129-90/+78
|\ | | | | Jonmv/fix reindexing apis
| * Change to maps, not lists with keys in them, for config server reindexing APIJon Marius Venstad2020-11-125-68/+45
| |
| * Take separate lock for reindexing status, and wrap in UnaryOperator APIJon Marius Venstad2020-11-126-22/+33
| |
* | Merge pull request #15315 from vespa-engine/hmusum/update-throws-clauseHarald Musum2020-11-122-4/+2
|\ \ | | | | | | Update throws clause for preprocess()
| * | Fix catchHarald Musum2020-11-121-1/+1
| | |
| * | Update throws clause for preprocess()Harald Musum2020-11-121-3/+1
| | |
* | | Merge pull request #15316 from ↵Jon Marius Venstad2020-11-121-5/+7
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/create-transformerfactory-once Create transformer factory only once
| * | | Create transformer factory only onceHarald Musum2020-11-121-5/+7
| | | |
* | | | Merge pull request #15317 from vespa-engine/bratseth/non-functional-changes-465Jon Bratseth2020-11-124-28/+23
|\ \ \ \ | |/ / / |/| | | Non-functional changes only
| * | | Non-functional changes onlyJon Bratseth2020-11-124-28/+23
| | | |
* | | | Merge pull request #15314 from vespa-engine/balder/avoid-slobrok-warningHenning Baldersheim2020-11-121-0/+3
|\ \ \ \ | | | | | | | | | | Do not deresgister something that has not been properly set up.
| * | | | Do not deresgister something that has not been properly set up.Henning Baldersheim2020-11-121-0/+3
| | | | |
* | | | | Merge pull request #15312 from vespa-engine/balder/unify-syntaxHenning Baldersheim2020-11-121-53/+61
|\ \ \ \ \ | | | | | | | | | | | | Unify syntax
| * | | | | Unify syntaxHenning Baldersheim2020-11-121-53/+61
| | | | | |
* | | | | | Merge pull request #15313 from ↵Jon Bratseth2020-11-122-3/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/bratseth/test-hosted-syntax-standalone Add a test
| * | | | | Update ↵Jon Bratseth2020-11-121-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | config-model/src/test/java/com/yahoo/config/model/provision/ModelProvisioningTest.java Co-authored-by: Harald Musum <musum@verizonmedia.com>
| * | | | Add a testJon Bratseth2020-11-122-3/+27
| |/ / /
* | | | Merge pull request #15311 from vespa-engine/arnej/avoid-spurious-unregisterHenning Baldersheim2020-11-121-1/+3
|\ \ \ \ | |/ / / |/| | | avoid spurious warnings when shutdown happens before successful listen
| * | | avoid spurious warnings when shutdown happens before successful listenArne Juul2020-11-121-1/+3
|/ / /
* | | Merge pull request #15297 from ↵Arne H Juul2020-11-128-2/+342
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/arnej/add-join-with-number-optimization Arnej/add join with number optimization
| * \ \ Merge branch 'master' into arnej/add-join-with-number-optimizationArne Juul2020-11-12118-717/+1519
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: eval/CMakeLists.txt eval/src/vespa/eval/instruction/CMakeLists.txt
| * | | | update add_variants after reviewArne Juul2020-11-122-25/+25
| | | | |
| * | | | try adding a utility and more testsArne Juul2020-11-112-9/+52
| | | | |
| * | | | optimize join with number, with unit testArne Juul2020-11-117-2/+299
| | | | |
* | | | | Merge pull request #15307 from vespa-engine/balder/add-more-info-to-errorHenning Baldersheim2020-11-121-4/+5
|\ \ \ \ \ | | | | | | | | | | | | Add some more info to error messages to ease debugging.
| * | | | | Add some more info to error messages to ease debugging.Henning Baldersheim2020-11-121-4/+5
| | | | | |
* | | | | | Merge pull request #15310 from ↵Arnstein Ressem2020-11-121-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-15296-balder/use-2-rpc-threads Revert "Use 2 rpc threads."
| * | | | | Revert "Use 2 rpc threads."Henning Baldersheim2020-11-121-1/+1
|/ / / / /
* | | | | Merge pull request #15305 from vespa-engine/arnej/move-optimizersArne H Juul2020-11-1240-387/+408
|\ \ \ \ \ | | | | | | | | | | | | Arnej/move optimizers
| * | | | | test with FastValueBuilderFactory alsoArne Juul2020-11-125-23/+119
| | | | | |
| * | | | | drop un-needed includesArne Juul2020-11-125-39/+22
| | | | | |
| * | | | | avoid using namespace vespalib::tensorArne Juul2020-11-125-10/+5
| | | | | |
| * | | | | fix misleading commentsArne Juul2020-11-1216-24/+24
| | | | | |
| * | | | | move DenseCellRangeFunction to vespalib::eval namespaceArne Juul2020-11-123-22/+17
| | | | | |
| * | | | | also move dense_cell_range_functionArne Juul2020-11-126-4/+4
| | | | | |
| * | | | | move to vespalib::eval namespaceArne Juul2020-11-1218-182/+128
| | | | | |
| * | | | | move "keep as-is" optimizersArne Juul2020-11-1235-44/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * from eval/tensor/dense to eval/instruction * minimal changes to track move in this commit
* | | | | | Merge pull request #15308 from ↵Henning Baldersheim2020-11-122-14/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/inline-default-gid-to-lid-map-key-constructor Inline default GidToLidMapKey constructor.
| * | | | | | Inline default GidToLidMapKey constructor.Tor Egge2020-11-122-14/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15286 from vespa-engine/arnej/more-specific-anonymous-namesArne H Juul2020-11-123-18/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | more specific names for View implementations
| * | | | | more specific names for View implementationsArne Juul2020-11-113-18/+18
| | | | | |
* | | | | | Merge pull request #15306 from vespa-engine/jonmv/fix-path-group-testJon Marius Venstad2020-11-121-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix path group for reindexing
| * | | | | Fix path group for reindexingJon Marius Venstad2020-11-121-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15304 from vespa-engine/balder/name-threadsHenning Baldersheim2020-11-1230-82/+145
|\ \ \ \ \ | | | | | | | | | | | | Name the threads so it is easier to see who is doing what.
| * | | | | suammry -> summaryHenning Baldersheim2020-11-121-2/+2
| | | | | |
| * | | | | Control the number of rpc threads and set it to #cores/4 instead of the ↵Henning Baldersheim2020-11-123-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | fixed number of 48.
| * | | | | Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-1228-78/+138
|/ / / / /
* | | | | Merge pull request #15299 from ↵Harald Musum2020-11-127-19/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/hmusum/set-state-for-sessions-when-deleting Set state for session instead of deleting it when deleting an applica…
| * | | | Deactivate session when session status is DELETEHarald Musum2020-11-123-2/+5
| | | | |
| * | | | Set state for session instead of deleting it when deleting an applicationHarald Musum2020-11-116-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify by just setting the state of the active session belonging to an application that is deleted. This is more in line with what we do for other transitions. Inactive sessions will be deleted nby maintainers in config server after some time