summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.234.10-1].vespa-7.234.10-1sd-buildbot2020-06-114-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.234.10 --no-auto-changelog
* Merge pull request #13523 from vespa-engine/run-maintainer-every-minuteHarald Musum2020-06-091-1/+1
|\ | | | | Run the application package maintainer every minute.
| * Run the application package maintainer every minute.gjoranv2020-06-091-1/+1
| |
* | Merge pull request #13522 from vespa-engine/vekterli/clean-up-some-visiting-codeTor Brede Vekterli2020-06-092-116/+76
|\ \ | | | | | | Clean up some visiting code. No functional changes.
| * | Clean up some visiting code. No functional changes.Tor Brede Vekterli2020-06-092-116/+76
| | |
* | | Merge pull request #13518 from ↵Geir Storli2020-06-098-66/+62
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/handle-fetchpostings-being-called-multiple-times Handle fetchPostings being called multiple times.
| * | | Handle fetchPostings being called multiple times.Tor Egge2020-06-098-66/+62
| |/ /
* | | Merge pull request #13516 from vespa-engine/arnej/atomic-entry-nodeGeir Storli2020-06-097-38/+67
|\ \ \ | | | | | | | | store entry docid/level in an atomic value
| * | | construct HnswGraph::EntryNode directlyArne Juul2020-06-095-29/+15
| | | |
| * | | store entry docid/level in an atomic valueArne Juul2020-06-097-38/+81
| |/ /
* | | Merge pull request #13524 from vespa-engine/bratseth/handle-missing-clustersValerij Fredriksen2020-06-091-0/+2
|\ \ \ | |_|/ |/| | Handle missing clusters
| * | Handle missing clustersJon Bratseth2020-06-091-0/+2
|/ /
* | Merge pull request #13521 from vespa-engine/bratseth/disallow-unbound-dimensionsJon Bratseth2020-06-0927-134/+166
|\ \ | | | | | | Bratseth/disallow unbound dimensions
| * | Disallow unbound dimensions in rank profile constantsJon Bratseth2020-06-091-0/+6
| | |
| * | Disallow unbound tensor dimensions in ranking constantsJon Bratseth2020-06-088-48/+54
| | |
| * | Disallow unbound tensor dimensions in query profile fieldsJon Bratseth2020-06-082-1/+9
| | |
| * | Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-0817-85/+97
| | |
* | | Merge pull request #13519 from ↵gjoranv2020-06-097-52/+173
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/gjoranv/application-package-maintainer Gjoranv/application package maintainer
| * | | Indentation onlygjoranv2020-06-091-4/+4
| | | |
| * | | Enable maintainer for application packages.gjoranv2020-06-092-2/+6
| | | | | | | | | | | | | | | | - Only does actual maintainance where feature flag is enabled.
| * | | Let FileDownloader implement AutoClosablegjoranv2020-06-092-5/+2
| | | |
| * | | Add public ctor in FileDownloader that takes a downloadDirectorygjoranv2020-06-092-10/+6
| | | | | | | | | | | | | | | | + Use it in the ApplicationPackageMaintainer
| * | | Move method to get file references in a folder to the util class.gjoranv2020-06-093-11/+16
| | | |
| * | | Move utility to create a connection pool to a new util class.gjoranv2020-06-093-45/+71
| | | |
| * | | Add maintainer for downloading missing application packages.gjoranv2020-06-093-2/+89
| | | | | | | | | | | | | | | | - Not yet enabled
| * | | Extract method to get file references on disk.gjoranv2020-06-091-5/+11
| | | |
* | | | Merge pull request #13509 from ↵Håkon Hallingstad2020-06-091-4/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/hakonhall/update-return-and-throws-javadoc-for-syncsessionupdate Update return and throws javadoc for SyncSession::update
| * | | Update return and throws javadoc for SyncSession::updateHåkon Hallingstad2020-06-081-4/+11
| | | |
* | | | Merge pull request #13512 from ↵Harald Musum2020-06-095-28/+98
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13511-revert-13506-hmusum/create-local-session-based-on-remote-and-distributed-app Reapply "Create local session based on remote session and distributed applicat…"
| * | | | Do not check zookeeper session pathHarald Musum2020-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | It will always exisst when creating a local session based on a remote session
| * | | | Revert "Revert "Create local session based on remote session and distributed ↵Harald Musum2020-06-095-29/+99
| | | | | | | | | | | | | | | | | | | | applicat…""
* | | | | Merge pull request #13514 from ↵Geir Storli2020-06-096-34/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/cleanup-unused-white-list-provider WhiteListProvider no longer used
| * | | | | WhiteListProvider no longer usedArne Juul2020-06-096-34/+1
| | | | | |
* | | | | | Merge pull request #13513 from vespa-engine/arnej/fix-inconsistent-visibilityHåvard Pettersen2020-06-092-15/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | keep createFilterSearch public in subclasses
| * | | | | keep createFilterSearch public in subclassesArne Juul2020-06-092-15/+12
|/ / / / /
* | | | | Merge pull request #13501 from ↵Arne H Juul2020-06-096-24/+35
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/arnej/global-filter-after-fetch-postings Arnej/global filter after fetch postings
| * | | | no fallback to brute force for nowArne Juul2020-06-082-5/+3
| | | | |
| * | | | do estimates like before, broke unit testArne Juul2020-06-081-3/+4
| | | | |
| * | | | compute and apply global filter after fetchPostingsArne Juul2020-06-073-10/+21
| | | | |
| * | | | perform TopK in set_global_filterArne Juul2020-06-072-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * global filter must be computed after fetchPostings, so move actual TopK computation.
* | | | | Merge pull request #13511 from ↵Valerij Fredriksen2020-06-085-99/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13506-hmusum/create-local-session-based-on-remote-and-distributed-app Revert "Create local session based on remote session and distributed applicat…"
| * | | | | Revert "Create local session based on remote session and distributed ↵Harald Musum2020-06-085-99/+29
|/ / / / / | | | | | | | | | | | | | | | applicat…"
* | | | | Merge pull request #13510 from vespa-engine/bratseth/deactivate-some-maintenanceJon Bratseth2020-06-081-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Deactivate some maintenance
| * | | | | Deactivate some maintenanceJon Bratseth2020-06-081-0/+7
|/ / / / /
* | | | | Merge pull request #13508 from ↵Henning Baldersheim2020-06-082-6/+10
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/vekterli/use-xxhash64-for-bucket-to-stripe-distribution Use xxhash64 for bucket-to-stripe distribution
| * | | | Use xxhash64 for bucket-to-stripe distributionTor Brede Vekterli2020-06-082-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Existing naive prime-based solution was susceptible to scheduling operations for the subtree of a superbucket in one strand alone, despite previous attempts to disperse this using prime number multiplication. This would put a serious limiter on parallelism for super bucket locality-sensitive reads such as streaming search visitors.
* | | | | Merge pull request #13506 from ↵Harald Musum2020-06-085-29/+99
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/create-local-session-based-on-remote-and-distributed-app Create local session based on remote session and distributed applicat…
| * | | | | Create local session based on remote session and distributed application packageHarald Musum2020-06-085-29/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not use the local session yet (not added to LocalSessionRepo), but application package is added to file system
* | | | | | Merge pull request #13507 from ↵Arne H Juul2020-06-081-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/add-create-filter-in-memoryindex implement createFilterSearch in MemoryTermBlueprint
| * | | | | | implement createFilterSearch in MemoryTermBlueprintArne Juul2020-06-081-0/+8
|/ / / / / /